Automatically start the debugger on an exception


Version: 1.4
Category:
Scripts
Python
Requirements:
Seller:
Price:
-
System:
Rating:
4.3
License:

Description - Automatically start the debugger on an exception



When Python runs a script and an uncatched exception is raised, a traceback is printed and the script is terminated. Python2.1 has introduced sys.excepthook, which can be used to override the handling of uncaught exceptions. This allows to automatically start the debugger on an unexpected exception, even if python is not running in interactive mode.



More in Python-Automatically start the debugger on an exception

Debugger Start Automatically Start Exceptions This Allows