Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Initial steps with the debugger

thanks!!!

edgar

On Tue, Jul 1, 2008 at 11:53 AM, Jae Gangemi <jgangemi@xxxxxxxxx> wrote:

  you need to create a DebugEngineRunner, the corresponding launch configuration classes, the appropriate debug preference pages, maybe something else that i am forgetting. :)

  start with any of the existing dltk implementations and just follow their examples. any of the 'activestate' plugins will show you what's needed to create the runner and engine preference page. any of the debug.ui and launching plugins will show you what's needed to actually launch the debugging process.

  oh - also check the debug packages, you will need to create an IScriptType implementation as well - just make it return an AtomicScriptType for now so the 'raw' values will appear in the Variables view.

  post back with any further questions you may have, i'm sure there are things i forgot to mention.

On Tue, Jul 1, 2008 at 10:45 AM, Edgar Espina <espina.edgar@xxxxxxxxx> wrote:
hi,

 i'd like to add some debugger functionality to ANTLR IDE
 how can I start with it?


thanks,

edgar

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev




--
-jae
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev



Back to the top