Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » debugger - determining the debug pointer of a current thread
debugger - determining the debug pointer of a current thread [message #242621] Tue, 10 April 2007 02:26 Go to next message
Eclipse UserFriend
Hi,

Suppose I have two threads suspended at two breakpoints which are 2
lines apart.
Is there any kind of indication of which thread is suspended on which
line (except checking the stack trace)?

--
Genady Beryozkin
http://www.genady.net/
Re: debugger - determining the debug pointer of a current thread [message #243296 is a reply to message #242621] Mon, 30 April 2007 11:21 Go to previous message
Eclipse UserFriend
No, the stack frame is the only view displaying that information. However,
it might be possible to have thread information displayed in the hover text
of the annotation. So if you have several instruction pointer annotations
in your editor, you can hover over them to determine which thread each is
stopped at. If this is a feature you are interested in, please file an
enhancement request in bugzilla for the JDT Debug component.

Curtis



"Genady" <eclipse@genady.org> wrote in message
news:evfamu$gue$1@build.eclipse.org...
> Hi,
>
> Suppose I have two threads suspended at two breakpoints which are 2 lines
> apart.
> Is there any kind of indication of which thread is suspended on which line
> (except checking the stack trace)?
>
> --
> Genady Beryozkin
> http://www.genady.net/
Previous Topic:Eclipse Autoraise Policy
Next Topic:Package Explorer decorations...
Goto Forum:
  


Current Time: Wed Jul 02 20:21:39 EDT 2025

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

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

Back to the top