Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Doc/library/functions.rst
Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
nedbat and AA-Turner committed May 12, 2023
commit 6b296d00e103cdbf6280e31507eadfa75d75180e
10 changes: 6 additions & 4 deletions Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,12 @@ are always available. They are listed here in alphabetical order.
If :func:`sys.breakpointhook` is not accessible, this function will
raise :exc:`RuntimeError`.

By default (if :func:`sys.breakpointhook` has not been replaced), the
behavior of :func:`breakpoint` can be changed with the
:envvar:`PYTHONBREAKPOINT` environment variable. See
:func:`sys.breakpointhook` for details.
By default, the behavior of :func:`breakpoint` can be changed with
the :envvar:`PYTHONBREAKPOINT` environment variable.
See :func:`sys.breakpointhook` for usage details.

Note that this is not guaranteed if :func:`sys.breakpointhook`
has been replaced.

.. audit-event:: builtins.breakpoint breakpointhook breakpoint

Expand Down