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 1c79891 commit 7516f26Copy full SHA for 7516f26
Doc/library/pdb.rst
@@ -76,6 +76,10 @@ at the location you want to break into the debugger. You can then step through
76
the code following this statement, and continue running without the debugger
77
using the :pdbcmd:`continue` command.
78
79
+.. versionadded:: 3.7
80
+ The built-in :func:`breakpoint()`, when called with defaults, can be used
81
+ instead of ``import pdb; pdb.set_trace()``.
82
+
83
The typical usage to inspect a crashed program is::
84
85
>>> import pdb
0 commit comments