Reputation: 10161
I have an annoying problem, If I minimize the debug panel while debugging, it still is showed everytime when application hits a breakpoint.
Is it possible to tell eclipse not to show this panel automatically when breakpoint is being hit?
Upvotes: 1
Views: 193
Reputation: 7754
Go to Window->Preferences->Run/Debug
and you will find a checkbox Activate the debug view when a breakpoint is hit
. So, turn it off
Upvotes: 1