Commit 1a2302b3 authored by Fred Drake's avatar Fred Drake

Add some symbolic names to support hyperlinked references.

parent 36002d7a
\chapter{The Python Debugger} \chapter{The Python Debugger \label{debugger}}
\declaremodule{standard}{pdb} \declaremodule{standard}{pdb}
\modulesynopsis{The Python debugger for interactive interpreters.} \modulesynopsis{The Python debugger for interactive interpreters.}
...@@ -324,7 +324,7 @@ The program being executed is aborted. ...@@ -324,7 +324,7 @@ The program being executed is aborted.
\end{description} \end{description}
\section{How It Works} \section{How It Works \label{debugger-hooks}}
Some changes were made to the interpreter: Some changes were made to the interpreter:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment