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

pdb2.7 - the Python debugger

Description

       See  /usr/lib/python2.7/pdb.doc  for  more  information on the use of pdb.  When the debugger is started,
       help is available via the help command.

Name

       pdb2.7 - the Python debugger

See Also

python2.7(1). Chapter 9 of  the  Python  Library  Reference  (The  Python  Debugger).  Available  in  the
       python2.7-doc package at /usr/share/doc/python2.7/html/lib/module-pdb.html.

                                                                                                       PDB2.7(1)

Synopsis

pdb2.7script[...]

See Also