Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to create Eclipse Watchpoint breakpoints
How to create Eclipse Watchpoint breakpoints [message #325509] Wed, 20 February 2008 12:07
Eclipse UserFriend
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.
Previous Topic:How to determine the trigger for Content Assist!
Next Topic:Correct way to get at values in plugin.properties?
Goto Forum:
  


Current Time: Tue Jul 22 22:55:19 EDT 2025

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

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

Back to the top