Debugging functionality for embedded Python

Thomas Korimort tomkori at gmx.net
Wed Nov 30 04:28:04 EST 2005


Hi,

i have embedded the Python 2.3 engine into a C++ framework. Now i want 
to add to the basic editing features that are provided by this C++ 
framework also some debug functionality. Until now i did not find any 
documentation on how to do this. The Python C/API manual does not say 
much about it. Does anyone know any literature/references regarding this 
topic? What i would need would be tracebacks of errors with info on line 
numbers, files and so on.

Greets, Thomas Korimort.



More information about the Python-list mailing list