You are here: Home Zope products Zope Debugger

Zope Debugger (0.8.1)

1
by Ihor Berehulyak last modified 2009-01-08
0.0
0.0
0.0
0.0
Released on 2005-10-10 by Simplistix for Zope 2 under Unavailable License available for All platforms.
Software development stage: development
Zope Debugger is an enhanced version of pdb for use with Zope.

Enhancements for debugging Zope using Python's debugger.

This allows you to debug any python code in Zope, including Script (Python)'s and FSPythonScript's just by inserting the following lines where you'd like to drop into the debugger:

from Products.zdb import set_trace
set_trace()
Document Actions
Powered by Plone