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()
http://mail.zope.org/mailman/listinfo/zope
https://secure.simplistix.co.uk/support
https://secure.simplistix.co.uk/svn/Simplistix/zdb/
http://www.simplistix.co.uk/software/zope/zdb/changes
| 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 |