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 6db2fb7 commit 9391f6cCopy full SHA for 9391f6c
Doc/library/pdb.rst
@@ -531,6 +531,14 @@ by the local file.
531
532
Quit from the debugger. The program being executed is aborted.
533
534
+.. pdbcommand:: debug code
535
+
536
+ Enter a recursive debugger that steps through the code
537
+ argument (which is an arbitrary expression or statement to be
538
+ executed in the current environment).
539
540
+.. pdbcommand:: retval
541
+ Print the return value for the last return of a function.
542
543
.. rubric:: Footnotes
544
0 commit comments