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 598e15d commit cf991e6Copy full SHA for cf991e6
1 file changed
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