Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 14:45
Julien Desgats is currently offline Julien DesgatsFriend
Messages: 12
Registered: August 2011
Junior Member
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: Sat May 04 12:47:08 GMT 2024

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

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

Back to the top