Skip to main content



      Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » Custom breakpoint type(Adding a new type of breakpoint)
Custom breakpoint type [message #709972] Thu, 04 August 2011 10:45
Eclipse UserFriend
Hello,
I'm implementing a debugger using DBGp and I have breakpoints that use a custom type (i.e. not in DBGp specification). These breakpoint are "tracepoints" (breakpoints that execute some code when hit instead of breaking) so they are pretty much like line breakpoints and use usual breakpoint_* commands.

I'm wondering if there is a convenient way to add such breakpoints in existing DLTK DBGp implementation ?

From what I seen it would be rather difficult since existing breakpoint types seem more or less hard-coded (instantiated in static methods such as createLineBreakpoint) but may be I missed something.
Previous Topic:DLTK Documentation
Next Topic:Implement language specific declarations
Goto Forum:
  


Current Time: Thu Jun 19 16:23:06 EDT 2025

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

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

Back to the top