Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Own Eclipse Debugger, select active Thread
Own Eclipse Debugger, select active Thread [message #1081704] Wed, 07 August 2013 15:29
ju ko is currently offline ju koFriend
Messages: 1
Registered: August 2013
Junior Member
Hello!

I'm working on an eclipse-debugging plugin, based on http://www.eclipse.org/articles/Article-Debugger/how-to.html

My language also supports threads. Therefore I implemented the "public IThread[] getThreads()" - Method in *DebugTarget.java. Everything works fine.

But now I have to select the proper thread, when a breakpoint was hit. (to jump to the right line in the editor)

How do I do that? *DebugTarget.java has no method like: "getActiveThread()".

Thanks for your help!

br
jürgen
Previous Topic:Newbie With No Java Virtual Machine Issues
Next Topic:Trouble Implementing an IUndoableOperation in my RCP application using my own IUndoContext
Goto Forum:
  


Current Time: Fri Apr 26 15:53:19 GMT 2024

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

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

Back to the top