how to add breakpoint at multithread program in pythonwin?

Neil Hodgson nhodgson at bigpond.net.au
Tue Jun 8 17:49:10 EDT 2004


gaoshan:
> breakpoints did not work! help!

   Debugging multithreaded programs is not supported well by Python. There
was a proposal to work on this:
http://aspn.activestate.com/ASPN/Mail/Message/1610516
   This may work:
http://www.python.org/pypi?:action=display&name=rpdb.py&version=1.00

   Neil





More information about the Python-list mailing list