Commit 4dfa3d5d authored by Benjamin Peterson's avatar Benjamin Peterson

merge heads

parents d3c43a99 d5793765
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment