From 1a2302b3b230bdeb636510d63a2ce6cb37b893f5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 18 Jul 2001 17:40:19 +0000 Subject: [PATCH] Add some symbolic names to support hyperlinked references. --- Doc/lib/libpdb.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index 93d39c0c44..d457c95245 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: -- 2.49.0