debugger extensions not loading [message #329420] |
Mon, 23 June 2008 17:04 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03450 seconds