dhblah
dhblah

Reputation: 10161

How to prevent Eclipse from automatically open debug panel when it hits a breakpoint in debugging

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

Answers (2)

Sergey Vedernikov
Sergey Vedernikov

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

Michaël
Michaël

Reputation: 3671

Everything is under:

Window -> Preferences -> Run/Debug

Upvotes: 1

Related Questions