How to debug embeding Python?

Hongtian hongtian.info at gmail.com
Tue Dec 30 01:22:52 EST 2008


Hi Friends,

My application is written in C/C++ and Python is embed to extend some
functions (several .py files are invoked). But I am confused how to
debug these embed Python? Can I use 'print-debuging'? and where can I
capture the output string?

Or Python can support 'break' debug for such scenario?

Thanks.



More information about the Python-list mailing list