Any way to turn off exception handling? (debugging)
mk
mrkafk at gmail.com
Thu Feb 11 14:10:30 EST 2010
More information about the Python-list mailing list
Thu Feb 11 14:10:30 EST 2010
- Previous message (by thread): Any way to turn off exception handling? (debugging)
- Next message (by thread): Any way to turn off exception handling? (debugging)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Any way to turn off exception handling? (debugging)
- Next message (by thread): Any way to turn off exception handling? (debugging)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list