Zope Debugger 0.8.2 Released!
Zope Debugger is an enhanced version of pdb for use with Zope.
It can be used simply by inserting the following lines in any python code you'd like to debug, including Script (Python)'s and FSPythonScripts:
from Products.zdb import set_trace set_trace()
For more information, please see: http://www.simplistix.co.uk/software/zope/zdb