How to create Eclipse Watchpoint breakpoints [message #325509] |
Wed, 20 February 2008 12:07 |
Eclipse User |
|
|
|
I am relatively new to the Eclipse platform (developing plug-ins for it). I am doing some stuff for a debugger. I have to create a watchpoint breakpoints. Here what i've done so far:
I've made my self a custom marker for my watchpoint breakpoint(How can I change the picture that is shown in the breakpoint view?)
I've a created a class that implements the IWatchpoint and extends the Breakpoint class. I already have a lineBreakpoint. Every time I toggle a breakpoint it creates a line breakpoint.
I need to ask. Should've I extended the LineBreakpoint class(that is an Eclipse platform class).My guess is not, but I believe I could use it in some way.In a way a watchpoint is a line breakpoint, my guess is that java watchpoint classes are done in this way. Does someone have an idea that Has anyone ever done some work on a debugger. Have any idea how to create this kind of breakpoint, or at least an idea where i can find something good to read on the subject. Eclipse Help doesn't tell you much.
|
|
|
Powered by
FUDForum. Page generated in 0.24661 seconds