Metadata-Version: 1.0
Name: iw.debug
Version: 0.1
Summary: Tools to help debugging a plone based application
Home-page: https://ingeniweb.svn.sourceforge.net/svnroot/ingeniweb/iw.debug
Author: Ingeniweb
Author-email: support@ingeniweb.com
License: GPL
Description: 
        ================
        iw.debug package
        ================
        
        .. contents::
        
        This package allow 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.
        
Keywords: debug pdb ipdb plone zope
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
