Debugging an unhandled exception?

Paul Rubin http
Mon Feb 17 20:29:36 EST 2003


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

This is such a useful thing that IMO it's worth adding if there's not
a way already.  It doesn't require resumable exceptions, but it does
need a way to check for a handler before the exception is actually
thrown.

Thanks.




More information about the Python-list mailing list