Embedded Python script debugger???

nealj mwarden22 at hotmail.com
Wed May 22 16:33:21 EDT 2002


Hap could be adapted to do this quite easily (in fact I will be doing
it in the next few weeks).  Currently, Hap uses an app that takes the
place of python.exe to execute the python scripts.  This app handles
the socket and the debugging stuff - instead of "hapclient.exe", it
could just as easily be your application that gets run.

My plan is to repackage the code in the app to make this easier - then
all you would have to do is to link to a dll and you're off.  Keep an
eye on the Hap site on sourceforge - there will be important and
interesting updates coming soon.

If you are intersted in trying it out, get the source from SourceForge
(its currently only there in .zip format) and take a look at
ConsoleEmbed.cpp in the HapClient directory - you'll see it doesn't
really do much other than setup the debugging and run the script.  Let
me know if you have any questions - the best way to get in contact is
through the sourceforge email https://sourceforge.net/users/nealj/

Good Luck!
Neal



More information about the Python-list mailing list