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 b7597da commit af9ee3fCopy full SHA for af9ee3f
1 file changed
Doc/library/functions.rst
@@ -168,6 +168,11 @@ are always available. They are listed here in alphabetical order.
168
If :func:`sys.breakpointhook` is not accessible, this function will
169
raise :exc:`RuntimeError`.
170
171
+ By default (if :func:`sys.breakpointhook` has not been replaced), the
172
+ behavior of :func:`breakpoint` can be changed with the
173
+ :envvar:`PYTHONBREAKPOINT` environment variable. See
174
+ :func:`sys.breakpointhook` for details.
175
+
176
.. audit-event:: builtins.breakpoint breakpointhook breakpoint
177
178
.. versionadded:: 3.7
0 commit comments