1.2.1.3 Show (show)

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 args

Show the argument list that was given the program being debugged or it is restarted

show basename

Show short or long filenames

show cmdtrace

Show the debugger commands before running

show commands

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.

show history

Generic command for showing command history parameters. The command history filename, saving of history on exit and size of history file are shown.

show linetrace

Show the line tracing status.

show linetrace delay

Show the delay after tracing each line.

show listsize

Show the number of source lines pydb will list by default.

show logging

Show summary information of logging variables which can be set via set logging.

show logging file

Show the current logging file.

show logging overwrite

Show whether logging overwrites or appends to the log file.

show prompt

Show the current debugger prompt.

show version

Show the debugger version number.

See About this document... for information on suggesting changes.