[IronPython] How to do debugging for embedded usage

Michael Latta lattam at mac.com
Wed Nov 2 05:59:07 CET 2005


When I am using IronPython within my application (for scripting/extension)
how do I support debugging?  Is there an event in the engine when a break
point is hit?  How do I specify to the engine that there is a break point?
I presume I need to provide an editor and such myself, as well as a UI for
examining the run-time state?  I presume I can use the stack walker for
examining the stack?
 
Michael
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20051101/450d46a2/attachment.html>


More information about the Ironpython-users mailing list