0

I'm beginner in MyEclispe Workbech. When I run my application in debug mood, Debug view will enable automatically and I enable manually Expression view and when I press F6 key(Step Over key) or F5 then Debug view enable again automatically.

I want active Expression view and don't automatically changes.

(Sorry if I am using the wrong terminology or grammar, I am learning english language.)

Chandrayya G K
  • 8,719
  • 5
  • 40
  • 68
Sam
  • 6,770
  • 7
  • 50
  • 91

2 Answers2

1

Go to the menu on Window->Preferences->Run/Debug->Perspectives and select whether you want it to prompt you for the Debug view or Always use it or Never use it.

LMDDGTFY
  • 557
  • 4
  • 3
  • My means isn't `Perspectives` configuration, I want deactivate automatically switch between `views` . – Sam May 05 '12 at 05:55
  • Sorry then I guess this is your only choice if possible:http://stackoverflow.com/questions/3685199/how-can-i-stop-eclipses-servers-tab-from-grabbing-focus-when-start-stopping-a – LMDDGTFY May 09 '12 at 22:48
0

I found solution for solve this issue. I do following steps:

  1. Window -> Preferences -> `Run/Debug
  2. Do check or unchecked Activate the debug view when a breakpoint is hit checkbox.

By this solution my requirments solved.

Sam
  • 6,770
  • 7
  • 50
  • 91