How to stop other threads stealing focus when debugging in Eclipse? -
I am debugging a server running in eclipse 3.4.1. Sleeping 20 threads either, after waking up at many intervals.
I have set a breakpoint in a method on one thread, and the eclipse closes there properly Thread has been expanded with a stack trace in the debug view, and I am using different buttons Can I use for staging? This is what I hope for.
My problem is that it seems that when a second running thread is going on awake, this debug is stealing the focus in the scene. Selection of my suspended bag is no longer expanded (it has one + next) and all buttons are disabled to continue debugging I have to click back on the suspended thread.
Has anyone seen this before and know any solutions or settings which I can change?
If the above does not help, once you want to debug, Always disable breakpoints.
In the breakpoint view: Ctrl-A, right click -> disable
Comments
Post a Comment