Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
missed it
  • Loading branch information
donbarbos committed Nov 17, 2025
commit ad9cc97e3d853bf631160b3abc3537fab72218ce
5 changes: 3 additions & 2 deletions Doc/library/pdb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,14 @@ The debugger's prompt is ``(Pdb)``, which is the indicator that you are in debug
command arguments, e.g. the current global and local names are offered as
arguments of the ``p`` command.

.. _pdb-cli:

.. program:: pdb
.. _pdb-cli:
Comment thread
hugovk marked this conversation as resolved.

Command-line interface
----------------------

.. program:: pdb

You can also invoke :mod:`pdb` from the command line to debug other scripts. For
example::

Expand Down
Loading