mirror of
https://github.com/python/cpython.git
synced 2026-03-27 15:10:56 +00:00
replace reference to debugger-hooks
This commit is contained in:
parent
b07bd10c91
commit
39ff59e577
1 changed files with 3 additions and 2 deletions
|
|
@ -107,8 +107,9 @@ The :mod:`bdb` module also defines two classes:
|
|||
|
||||
The *arg* parameter depends on the previous event.
|
||||
|
||||
For more information on trace functions, see :ref:`debugger-hooks`. For
|
||||
more information on code and frame objects, refer to :ref:`types`.
|
||||
See the documentation for :func:`sys.settrace` for more information on the
|
||||
trace function. For more information on code and frame objects, refer to
|
||||
:ref:`types`.
|
||||
|
||||
.. method:: dispatch_line(frame)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue