Embedded Python interpreter, runtime libs, and crashing

jussij at zeusedit.com jussij at zeusedit.com
Tue Oct 25 23:38:11 EDT 2005


> It all runs great in the "Debug" configuration, but
> everything gets scary when I switch to "Release".

My suggestion would be to turn on debug information
for the release build.

That would at least let you run the release build inside
the debugger, allowing you to see the call stack of the
offending crash.

Jussi Jumppanen
Author: Zeus for Windows Programmer's IDE
http://www.zeusedit.com




More information about the Python-list mailing list