logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ipdb3 - standalone IPython-based Python 3 debugger

Description

       ipdb3  is  a  standalone  Python  3 debugger based on IPython. It is similar to the pdb debugger from the
       Python standard library but has additional IPython  features  such  as  improved  tracebacks  and  syntax
       highlighting.

Name

       ipdb3 - standalone IPython-based Python 3 debugger

See Also

       pdb            documentation            at           http://docs.python.org/library/pdb.html           or
       /usr/share/doc/python/html/library/pdb.htmlipdb3(1)

Synopsis

ipdbscriptfile [arg]...

See Also