Metadata-Version: 1.0
Name: z3c.deadlockdebugger
Version: 0.2
Summary: A thread debugger.
Home-page: http://svn.zope.org/z3c.deadlockdebugger
Author: Zope Corporation and Contributors
Author-email: zope3-dev@zope.org
License: ZPL
Description: Overview
        --------
        
        The z3c.deadlockdebugger package provides a thread debugger.
        
        Usage:
        
        /debug_threads
        
        (requires the 'zope.ManageApplication' permission)
        
        Caution: You should not use this package in production.
        
        Credits
        -------
        
        This package was put together by Malthe Borch <mborch@gmail.com>. It's
        based on the Zope 2 product ``DeadlockDebugger`` written by Florent
        Guillaume.
        Changelog
        =========
        
        0.2 (2009-11-28)
        ----------------
        
        - Added conditional import of BrowserView for compatibility with Zope 2.9.
        [davisagli]
        
        - Added ability to report request path from the Zope 3 publisher.
        [Tiberiu Ichim, malthe]
        
        0.1 (2008-02-14)
        ----------------
        
        - Initial release.
        [malthe]
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
