8000
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 57139a6 commit 1be80edCopy full SHA for 1be80ed
Doc/library/functions.rst
@@ -168,6 +168,13 @@ 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, the behavior of :func:`breakpoint` can be changed with
172
+ the :envvar:`PYTHONBREAKPOINT` environment variable.
173
+ See :func:`sys.breakpointhook` for usage details.
174
+
175
+ Note that this is not guaranteed if :func:`sys.breakpointhook`
176
+ has been replaced.
177
178
.. audit-event:: builtins.breakpoint breakpointhook breakpoint
179
180
.. versionadded:: 3.7
0 commit comments