[Zope-Annce] Zope Debugger 0.8.1 Released!

Chris Withers chris at simplistix.co.uk
Tue Oct 11 05:12:45 EDT 2005


This release adds support for both Zope 2.7 and Zope 2.8.

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

It requires no changes to Zope, CMF or Plone or any funky interaction
with any specific kind of editing software. All you really need to do is
insert the snippet above and make sure your Zope instance is running in
foreground mode.

For more information, please see:
http://www.simplistix.co.uk/software/zope/zdb

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk









More information about the Zope-Announce mailing list