Metadata-Version: 1.1
Name: pyheapdump
Version: 0.2.5
Summary: Post-mortem debugging for Python programs
Home-page: http://pypi.python.org/pypi/pyheapdump
Author: Anselm Kruis
Author-email: a.kruis@science-computing.de
License: Apache Software License
Description: 
        pyheapdump is a Post-Mortem debugging extension
        -----------------------------------------------
        
        Pyheapdump allows post-mortem debugging for Python programs.
        
        It writes all relevant objects into a file and can later load
        it in a Python debugger.
        
        Works best with Pydevd but also with the built-in pdb and with
        other popular debuggers.
        
        This version requires Python 2.7. Unfortunately, there is currently no
        Python 3 version.
        
        Git repository: git://github.com/akruis/pyheapdump.git
        
Keywords: pickling sPickle pickle stackless post-mortem debug debugger
Platform: any
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Stackless
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Debuggers
