pdb module and threaded code

Nir of the Waves nir1408 at hotmail.com
Thu Feb 5 20:54:43 EST 2004


My script uses threads from the threading module

 

I try do debug it with the PDB module.

But the debugger ignores breakpoints to code that is executed by threads

How can this be worked around

Did I do something wrong?

 

I use:

 

Pdb.run('mymodule.main()', globals(), locals())

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20040206/79b71c03/attachment.html>


More information about the Python-list mailing list