Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Navigate Debug Thread view?
Navigate Debug Thread view? [message #901314] Fri, 10 August 2012 17:45 Go to next message
Eclipse UserFriend
Is it possible to easily navigate the thread view or filter it. Often times the debugger will
stop at a breakpoint but not select the top of the stack at the triggering breakpoint. I an
looking for any settings or keystrokes to get me to top of stack of any stopped threads.
Re: Navigate Debug Thread view? [message #901456 is a reply to message #901314] Sun, 12 August 2012 15:41 Go to previous messageGo to next message
Javin Paul is currently offline Javin PaulFriend
Messages: 48
Registered: July 2011
Location: mumbai
Member

isn't in debug view you can see top of Stack ?
Re: Navigate Debug Thread view? [message #901460 is a reply to message #901456] Sun, 12 August 2012 17:50 Go to previous messageGo to next message
Eclipse UserFriend
You can, if you can find it. In my case there may be a couple
hundred threads active. When it stops and that line does not get focus,
I need to scroll the window looking for one that has the stack.
Would like a key to move to next stopped thread or filter to show
only stopped threads or sorting based on state, etc.

On 8/12/2012 11:41 AM, Javin Paul wrote:
> isn't in debug view you can see top of Stack ?
Re: Navigate Debug Thread view? [message #905529 is a reply to message #901460] Thu, 30 August 2012 15:05 Go to previous message
Eclipse UserFriend
Ok, find (ctl-f) in the stack view will allow you to enter search string.
if i use "*Suspend" as the string I find the suspended threads.
a little slow in remote debug mode with lots of threads but its something.

On 8/12/2012 1:50 PM, Bill T. wrote:
> You can, if you can find it. In my case there may be a couple
> hundred threads active. When it stops and that line does not get focus,
> I need to scroll the window looking for one that has the stack.
> Would like a key to move to next stopped thread or filter to show
> only stopped threads or sorting based on state, etc.
>
> On 8/12/2012 11:41 AM, Javin Paul wrote:
>> isn't in debug view you can see top of Stack ?
>
Previous Topic:JUNO j2ee ide is not starting.
Next Topic:Fun with project resource filters
Goto Forum:
  


Current Time: Wed Sep 25 22:46:56 GMT 2024

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

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

Back to the top