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

pudb - full-screen, console-based Python3 debugger

Author

       PuDB was written by Andreas Kloeckner <inform@tiker.net>.

       This manual page was written by David Paleino <dapal@debian.org>, for the Debian project (and may be used
       by others).

                                                  Nov 17, 2022                                           PUDB(1)

Description

       This manual page documents briefly the pudb command.

       PuDB is a full-screen, console-based visual debugger for Python.

       Its goal is to provide all the niceties of modern GUI-based debuggers in a more lightweight and keyboard-
       friendly  package.  PuDB  allows you to debug code right where you write and test it -- in a terminal. If
       you've worked with the excellent (but nowadays ancient) DOS-based Turbo Pascal  or  C  tools,  PuDB's  UI
       might look familiar.

Name

       pudb - full-screen, console-based Python3 debugger

Options

-h,--help
              Show summary of options.

       -c,--continue
              Let the script run until an exception occurs or a breakpoint is hit.

       -s,--steal-output-m,--module
              Debug as module or package instead of as a script.

       --pre-run=COMMAND
              run COMMAND before each program run

       -v,--version
              Show program's version number and exit.

Synopsis

pudb [options] script-to-run [script-arguments]

See Also