PDA

View Full Version : how to change global breakpoint behavior in eclipse(java)



schmendrick
August 13th, 2010, 10:39 AM
hi guys,

if i add a breakpoint to my project, if it is hit he will suspend the thread that hit the breakpoint, but the other threads will continue running.

but i want it to suspend the other threads as well.

when i RTFM i only find how to change the behavior of one single breakpoint to suspend all threads instead of one.
but does anybody know if i can somehow tell eclipse to do this by default?