Skip to content

codysoyland/ipdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
   * patch from Antti Kaihola for nose compatibility

About

Fork of the IPython-enabled pdb debugger with a few nice additions (watch command, quiet exit, nose compatibility)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%