Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Issues creating custom debugger
Issues creating custom debugger [message #592569] Sun, 01 March 2009 18:22
Robert Schultz is currently offline Robert SchultzFriend
Messages: 2
Registered: July 2009
Junior Member
Hello

I am working on creating a custom debugger plugin for Eclipse.

I have several things working already. I can launch debug configurations,
breakpoints, threads, stack traces, stepping, variable inspection it all
works.

There are two problems that I have that I have been unable to solve
despite digging into other debugger code.

1. When a breakpoint is reached and I fire a suspend event in a thread
with DebugEvent.BREAKPOINT as the details, the actual breakpoint doesn't
get highlighted in the file editor.
How do I have Eclipse open the file in question, jump to the breakpoint
line and add the little arrow and line highlight that indicates that we're
at that point in the code?

2. After my threads and process terminate (and it all says terminated in
the debug view) if I launch another debug configuration, eclipse's debug
view gets all confused. It tried to re-use the old items and inserts the
new process in the old list of process/threads. The view doesn't update
right either.
I'm firing all the terminate events that I think I need to, but for some
reason Eclipse isn't "cleaning up" the items.

Could someone out there point me in the right direction to solve these two
issues?
Previous Topic:Building a product containing Eclipse SDK, several projects, and some custom features
Next Topic:Issues creating custom debugger
Goto Forum:
  


Current Time: Thu Sep 19 20:00:11 GMT 2024

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

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

Back to the top