Metadata-Version: 1.0
Name: ipdb
Version: 0.1dev-r1716
Summary: IPython-enabled pdb
Home-page: http://trac.gotcha.python-hosting.com/file/bubblenet/pythoncode/ipdb/README.txt?format=txt
Author: Godefroid Chapelle
Author-email: gotcha@bubblenet.be
License: GPL
Description: IPython pdb
        -----------
        
        allows to use
        
        ::
        
        from ipdb import set_trace; set_trace()
        
        You then get all the nice stuff from IPython (tab completion, nice tracebacks)
        right in pdb.
        
        
        Credits
        -------
        
        * patch from Jean Jordaan for correct setup of colors
        
Keywords: pdb ipython
Platform: UNKNOWN
