Metadata-Version: 1.1
Name: pdbcs
Version: 0.1
Summary: pdb for setuptools console scripts
Home-page: https://github.com/dreamhost/pdbcs
Author: Doug Hellmann
Author-email: doug.hellmann@dreamhost.com
License: Apache-2
Description: =======
         pdbcs
        =======
        
        pdb for setuptools console scripts
        
        Using
        =====
        
        A console script installed by setuptools is a thin wrapper that loads
        the defined entry point and invokes it. pdbcs uses the console script
        name to load the entry point itself and invoke the debugger.
        
        ::
        
          $ pdbcs /full/path/to/console-script
          (pdb)
        
        
Keywords: setuptools
debugging
pdb
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
