Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a2302b

Browse files
committed
Add some symbolic names to support hyperlinked references.
1 parent 36002d7 commit 1a2302b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libpdb.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\chapter{The Python Debugger}
1+
\chapter{The Python Debugger \label{debugger}}
22

33
\declaremodule{standard}{pdb}
44
\modulesynopsis{The Python debugger for interactive interpreters.}
@@ -324,7 +324,7 @@ \section{Debugger Commands \label{debugger-commands}}
324324

325325
\end{description}
326326

327-
\section{How It Works}
327+
\section{How It Works \label{debugger-hooks}}
328328

329329
Some changes were made to the interpreter:
330330

0 commit comments

Comments
 (0)