Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » debugger extensions not loading
debugger extensions not loading [message #329420] Mon, 23 June 2008 17:04
Eclipse UserFriend
Originally posted by: djacobs.modelobjects.com

I'm implementing a custom debugger, and I have all the communication
between the DebugTarget and the process working properly, but the
integration with the standard debug views is not working at all:

* in the debug-launch view, the launch shows that it has a child
representing the debug-target (and I've verified that by stepping through
the relevant code in the Java debugger), but the child tree node has no
label.

* my IDebugModelPresentation class is never being instantiated.

* only the Terminate control is ever active - the step, continue, resume,
etc. buttons are always disabled, even though all the right events are
being fired from the debug model.

This is true whether I launch the debuggable process from the debugger or
in advance, in its own launch.

I assume I'm missing some simple bit of configuration in the plugin.xml,
but I've double-checked the obvious things, like making sure that my
debug-model-id is being used consistently.

Any assistance will be greatly appreciated!!
Thanks in advance,
-- Dan
Previous Topic:Enhancement: "Open Type" working sets
Next Topic:view toolbar not show or in wrong place
Goto Forum:
  


Current Time: Tue Jul 16 09:13:07 GMT 2024

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

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

Back to the top