Debugging an unhandled exception?
Paul Rubin
http
Mon Feb 17 20:29:36 EST 2003
More information about the Python-list mailing list
Mon Feb 17 20:29:36 EST 2003
- Previous message (by thread): Debugging an unhandled exception?
- Next message (by thread): Debugging an unhandled exception?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Debugging an unhandled exception?
- Next message (by thread): Debugging an unhandled exception?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list