using pdb and catching exception

Amit Gupta emailamit at gmail.com
Sat Dec 1 18:02:48 EST 2007


Py'ites

I am using pdb to check my code, and I would like to put a statement
like equivalent of "C++gdb>catch throw".

Basically, I would like debugger to start as soon as an exception is
thrown. How may I do it?


Thanks



More information about the Python-list mailing list