Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36002d7 commit 1a2302bCopy full SHA for 1a2302b
1 file changed
Doc/lib/libpdb.tex
@@ -1,4 +1,4 @@
1
-\chapter{The Python Debugger}
+\chapter{The Python Debugger \label{debugger}}
2
3
\declaremodule{standard}{pdb}
4
\modulesynopsis{The Python debugger for interactive interpreters.}
@@ -324,7 +324,7 @@ \section{Debugger Commands \label{debugger-commands}}
324
325
\end{description}
326
327
-\section{How It Works}
+\section{How It Works \label{debugger-hooks}}
328
329
Some changes were made to the interpreter:
330
0 commit comments