You are not logged in Log in Join
You are here: Home » Members » chrisw » Zope Debugger 0.8.2 Released!

Log in
Name

Password

 

Zope Debugger 0.8.2 Released!

This release fixes compatability issues with Zope 2.9 and Python 2.4.

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