All of the ``show'' commands report some sort of status and all have a corresponding ``set'' command to change the value. See 1.2.1 for the ``set'' counterparts.
Show the argument list that was given the program being debugged or it is restarted
Show short or long filenames
Show the debugger commands before running
Show the history of commands you typed. You can supply a command number to start with, or a `+' to start after the previous command number shown. A negative number starts from the end.
This command is available only if a readline module is available and supports the history saving.
Generic command for showing command history parameters. The command history filename, saving of history on exit and size of history file are shown.
Show the line tracing status.
Show the delay after tracing each line.
Show the number of source lines pydb
will list by default.
Show summary information of logging variables which can be set via
set logging
.
Show the current logging file.
Show whether logging overwrites or appends to the log file.
Show the current debugger prompt.
Show the debugger version number.
See About this document... for information on suggesting changes.