summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpdb.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-18 17:40:19 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-18 17:40:19 (GMT)
commit1a2302b3b230bdeb636510d63a2ce6cb37b893f5 (patch)
tree5cacfc4e9a2686b9129a612259256a1e61f3ab65 /Doc/lib/libpdb.tex
parent36002d7af1a9971c62e982cbbb1d1ce34610129d (diff)
downloadcpython-1a2302b3b230bdeb636510d63a2ce6cb37b893f5.zip
cpython-1a2302b3b230bdeb636510d63a2ce6cb37b893f5.tar.gz
cpython-1a2302b3b230bdeb636510d63a2ce6cb37b893f5.tar.bz2
Add some symbolic names to support hyperlinked references.
Diffstat (limited to 'Doc/lib/libpdb.tex')
-rw-r--r--Doc/lib/libpdb.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex
index 93d39c0..d457c95 100644
--- a/Doc/lib/libpdb.tex
+++ b/Doc/lib/libpdb.tex
@@ -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: