You are here: Home Plone products Products.PDBDebugMode

Products.PDBDebugMode (1.3.1)

1
by olena last modified 2011-04-19
0.0
0.0
0.0
0.0
Released on 2011-04-14 by Ross Patterson for Plone 3.0 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
PDB post-mortem debugging on excpetions when debug-mode=on

If a relevant error log object is found, exceptions included in the error log's ignored exception types will be ignored and the debugger won't be invoked.

It also enables the import of the pdb module in unprotected code.

On encountering an error, the port-mortem debugger is invoked with the error's traceback.  Once in the debugger you can examine objects, variables, etc. at all levels of the call stack. This is, of course, extremely useful for debugging.

 

Document Actions
Powered by Plone