| Store | Cart

Debugging Embedded Python

From: Mark Charsley <mark...@REMOVE_THIS.radioscape.com>
Wed, 17 Jul 2002 10:40 +0100 (BST)
In article <memo.20020712144413.1996A at a.a>, 
mark.charsley at REMOVE_THIS.radioscape.com (Mark Charsley) wrote:

> We've got a (win32) C++ program that has an embedded python interpreter > that runs a bunch of scripts. We've been asked to enable it's users to > run the python scripts under a debugger, allowing the users to put in > breakpoints, examine/alter values etc.

<SNIP>

Thanks all for your advice. Have finally got the pythonWin debugger 
working. Not in my original executable, mind you (which still acts as if 
the breakpoint had been hit, the debugger brought up and then instantly 
shutdown by the user), but in a second executable which uses the same 
source files and, as far as I've been able to tell, the same compiler 
settings.

Don't you just love working with a completely deterministic, fully 
predictable systems :-)

-- 

Mark - personal opinion only, could well be wrong, not representing 
company, don't sue us etc. etc.

Recent Messages in this Thread
Mark Charsley Jul 12, 2002 01:44 pm
nealj Jul 12, 2002 08:10 pm
Chris Liechti Jul 12, 2002 08:49 pm
Anurag Uniyal Jul 16, 2002 07:42 am
Mark Charsley Jul 17, 2002 09:40 am
Messages in this thread