mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
#18764: p(rint) -> p in pdb docs.
Missed changing the doc for the command itself, patch for that also by Connor Osborn.
This commit is contained in:
@@ -403,10 +403,16 @@ by the local file.
|
||||
|
||||
Print the argument list of the current function.
|
||||
|
||||
.. pdbcommand:: p(rint) expression
|
||||
.. pdbcommand:: p expression
|
||||
|
||||
Evaluate the *expression* in the current context and print its value.
|
||||
|
||||
.. note::
|
||||
|
||||
``print()`` can also be used, but is not a debugger command --- this executes the
|
||||
Python :func:`print` function.
|
||||
|
||||
|
||||
.. pdbcommand:: pp expression
|
||||
|
||||
Like the :pdbcmd:`p` command, except the value of the expression is
|
||||
|
||||
Reference in New Issue
Block a user