Name | Modified | Size | Downloads / Week |
---|---|---|---|
bettererror.py | 2010-01-04 | 4.2 kB | |
icons.zip | 2009-12-29 | 83.8 kB | |
README.txt | 2009-12-29 | 892 Bytes | |
Release notes.txt | 2009-12-29 | 1.2 kB | |
Totals: 4 Items | 90.0 kB | 0 |
pybettererror By: M. Goudreau. Date: December 28 2009 Licence: GNU Library or Lesser General Public License (LGPL) web site: sourceforge.net/projects/pybettererror email: mognon@users.sourceforge.net Type: Auto instancing object. Instalation: copy bettererror.py in your python folder or in your program folder. thats it! This module provide advance debuging tool by replacing the sys.stderr.write method. The replacement permit the interception of traceback lines sent by the debuger. And then, create hyperlink like object on the shell window. This give instant acces to the code causing the exception. Too cool to be left unknown. I need to share it with the world. usage: Just import module for activation. import bettererror To remove Error bypas. bettererror.undo_bypass()