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 e3b9e4a commit 948551cCopy full SHA for 948551c
Doc/library/pdb.rst
@@ -639,9 +639,14 @@ can be overridden by the local file.
639
640
Print the return value for the last return of the current function.
641
642
-.. versionadded:: 3.7
643
.. pdbcommand:: exceptions [excnumber]
644
+ .. versionadded:: 3.13
645
+
646
+ ``exceptions [excnumber]`` command and passing exceptions by default to
647
+ :func:`post_mortem`.
648
649
650
List or jump between chained exceptions.
651
652
When using ``pdb.pm()`` or ``Pdb.post_mortem(...)`` with a chained exception
0 commit comments