Simplistix

Making things simpler...

Zope Debugger

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()

Mailing List

http://mail.zope.org/mailman/listinfo/zope

Issue Tracker

https://secure.simplistix.co.uk/support

Subversion Repository

https://secure.simplistix.co.uk/svn/Simplistix/zdb/

Change Log

http://www.simplistix.co.uk/software/zope/zdb/changes

Releases

Version Download Size Release Date
0.8.2 zdb-0.8.2.tgz 3 kB 2006-03-21 20:47
0.8.1 zdb-0.8.1.tgz 3 kB 2005-10-11 09:54
0.8.0 zdb-0.8.0.tgz 3 kB 2005-09-28 18:31