1.2.3.1 Info (info)

Running this command without parameters will print the list of available info commands. Below is a description of the individual commands.

info args

Show function/method parameters. See 1.2.6.

info breakpoints

Show the status of user-settable breakpoints. Without argument, list info about all breakpoints. With an integer argument, list info on that breakpoint.

The short command for this is L.

info globals

Show the global variables. See 1.2.7.

info handle

Show the signal handling status. See 1.2.13.

info line

Show the current line number in source file. If a function name is given, the starting line of the function is reported.

info locals

Show the local variables. See 1.2.6.

info program

Show the execution status of the program. The possible status is that the program is not running (e.g. in post-mortem dump), or the program is ``stopped'' and if stopped at a breakpoint that is shown as well.

info signal

Alias for info handle. See 1.2.13.

info source

Information about the current Python file.

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