Debugging an unhandled exception?

Thomas Heller theller at python.net
Tue Feb 18 03:13:07 EST 2003


Paul Rubin <http://phr.cx@NOSPAM.invalid> writes:

> Is there any way to launch the debugger on raising an unhandled
> exception?
> 

Automatically start the debugger on an exception:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65287

Thomas




More information about the Python-list mailing list