I am wondering if anyone has any hints in setting up an embedded Python 
interpreter for running pdb through pyclewn and keeping the Python interpreter 
itself pointed at the regular input/output terminal.  Ideally, I would like to 
use pyclewn for debugging python scripts that are being executed by an 
application that presents a Python interpreter (and lots of Python code along 
with C, Cython, etc) as its scriptable programming interface.

So far, the best I can do is to put an import pdb; pdb.set_trace() inside of a 
python module that I want to stop in and then I just get the Pdb interface, but 
I don't know how to hook that up to pyclewn and still keep the original Python 
input separate from the Pdb interface.

Phil

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Pyclewn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyclewn-general

Reply via email to