mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Add some symbolic names to support hyperlinked references.
This commit is contained in:
parent
36002d7af1
commit
1a2302b3b2
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
\chapter{The Python Debugger}
|
||||
\chapter{The Python Debugger \label{debugger}}
|
||||
|
||||
\declaremodule{standard}{pdb}
|
||||
\modulesynopsis{The Python debugger for interactive interpreters.}
|
||||
|
@ -324,7 +324,7 @@ The program being executed is aborted.
|
|||
|
||||
\end{description}
|
||||
|
||||
\section{How It Works}
|
||||
\section{How It Works \label{debugger-hooks}}
|
||||
|
||||
Some changes were made to the interpreter:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue