We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a9f2e commit 09563a7Copy full SHA for 09563a7
Doc/library/functions.rst
@@ -164,6 +164,8 @@ are always available. They are listed here in alphabetical order.
164
:func:`sys.breakpointhook` can be set to some other function and
165
:func:`breakpoint` will automatically call that, allowing you to drop into
166
the debugger of choice.
167
+ If :func:`sys.breakpointhook` is not available to be called, this function will
168
+ raise :exc:`RuntimeError`.
169
170
.. audit-event:: builtins.breakpoint breakpointhook breakpoint
171
0 commit comments