Skip to main content

Tools to help debugging a plone based application

Project description

This package allows you to start the python debugger (pdb) or the ipython debugger (ipdb) on any objets in plone. For that you have to add /pdb to the url of any object. And if your zope instance is in debug mode it will start the (i)pdb in your terminal.

How to install with a plone3 buildout

In the [buildout] section of your buildout.cfg add:

[buildout]
...
# Add additional eggs here
# elementtree is required by Plone
eggs =
    elementtree
    iw.debug
...

Then in the [instance] section:

[instance]
...
# If you want to register ZCML slugs for any packages, list them here.
# e.g. zcml = my.package my.other.package
zcml = iw.debug
...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

iw.debug-0.1-py2.4.egg (6.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page