]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add some symbolic names to support hyperlinked references.
authorFred Drake <fdrake@acm.org>
Wed, 18 Jul 2001 17:40:19 +0000 (17:40 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 18 Jul 2001 17:40:19 +0000 (17:40 +0000)
Doc/lib/libpdb.tex

index 93d39c0c447a8473cc336f67ff9ce60a4be5a262..d457c952456a2204c48d87ee7e30508d9d171ae4 100644 (file)
@@ -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: