Any way to turn off exception handling? (debugging)

mk mrkafk at gmail.com
Thu Feb 11 14:10:30 EST 2010


Paul Rubin wrote:
> mk <mrkafk at gmail.com> writes:
>>> Um... run your code in a debugger.
>> ..except the code in question is multithreaded and pdb is no good for
>> that, and last time I checked, yappi was broken.
> 
> Try winpdb.org.

This is a treasure! In minutes I've had this attached to remote process 
and debugging threads.

Muchos gracias Paul!

Regards,
mk





More information about the Python-list mailing list