Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How to extend the Eclipse Debugger?
How to extend the Eclipse Debugger? [message #531823] Thu, 06 May 2010 05:56
Eclipse UserFriend
Hey,

I have implemented my own debugger with the help of the eclipse debug model.
Now, I want to extend the debugger with further buttons at the debug menu bar so that I can do i.e. "step back". I know that there is a class called AbstractDebugCommand which I have to implement but to which object should I add this command and which extension do I have to use so that the button is linked with the command and the button appears at the right place?
I know that in Eclipse CDT similar work was done, where they implemented a reverse debugging too. But all of this looks a little bit confusing to me.
All I want to do is to reuse the eclipse debug view just with some further buttons next to the other ones. How to do this in an easy way?

[Updated on: Thu, 06 May 2010 06:08] by Moderator

Previous Topic:Start pull up refactoring over API
Next Topic:NPE within CodeFormatter
Goto Forum:
  


Current Time: Wed Mar 19 16:36:03 EDT 2025

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

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

Back to the top