Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d08d9 commit d579376Copy full SHA for d579376
1 file changed
Doc/library/pdb.rst
@@ -403,10 +403,16 @@ by the local file.
403
404
Print the argument list of the current function.
405
406
-.. pdbcommand:: p(rint) expression
+.. pdbcommand:: p expression
407
408
Evaluate the *expression* in the current context and print its value.
409
410
+ .. note::
411
+
412
+ ``print()`` can also be used, but is not a debugger command --- this executes the
413
+ Python :func:`print` function.
414
415
416
.. pdbcommand:: pp expression
417
418
Like the :pdbcmd:`p` command, except the value of the expression is
0 commit comments