Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » how to disable suspended thread fairness in debugger?(how to disable suspended thread fairness in debugger?)
how to disable suspended thread fairness in debugger? [message #547362] Fri, 16 July 2010 09:14
Eclipse UserFriend
hello.

I often have multiple threads suspended (but not the whole VM) while I wish to debug a single thread-of-interest. Each time i resume the thread-of-interest (wanting it to stop at a subsequent breakpoint), it stops. However, the debugger selects one of the other stopped threads and loads its context. I must re-select the thread-of-interest in order to examine variables, etc.

Is there a way to specify a particular thread-of-interest? Alternatively, is there a way to have the debugger select the most-recently-suspended thread rather than the least-recently-suspended thread each time a breakpoint is reached?
Previous Topic:displaying a HashMap in a dialog/window
Next Topic:How to clear resolvers and binders catching by JDT??
Goto Forum:
  


Current Time: Sat Sep 27 01:58:12 EDT 2025

Powered by FUDForum. Page generated in 0.25014 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top