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

Skip to content

Commit 7a666b8

Browse files
committed
Remove reference to the stdwin-based windowed debugger, since stdwin
is gone. Make a module reference into a hyperlink.
1 parent bd2d4f1 commit 7a666b8

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

Doc/lib/libpdb.tex

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ \chapter{The Python Debugger}
1919
\module{bdb}\refstmodindex{bdb} (undocumented) and
2020
\refmodule{cmd}\refstmodindex{cmd}.
2121

22-
A primitive windowing version of the debugger also exists --- this is
23-
module \module{wdb}\refstmodindex{wdb}, which requires
24-
\module{stdwin}\refbimodindex{stdwin}.
25-
2622
The debugger's prompt is \samp{(Pdb) }.
2723
Typical usage to run a program under control of the debugger is:
2824

@@ -75,8 +71,8 @@ \chapter{The Python Debugger}
7571
the statement using \samp{step} or \samp{next} (all these commands are
7672
explained below). The optional \var{globals} and \var{locals}
7773
arguments specify the environment in which the code is executed; by
78-
default the dictionary of the module \module{__main__} is used. (See
79-
the explanation of the \keyword{exec} statement or the
74+
default the dictionary of the module \refmodule[main]{__main__} is
75+
used. (See the explanation of the \keyword{exec} statement or the
8076
\function{eval()} built-in function.)
8177
\end{funcdesc}
8278

0 commit comments

Comments
 (0)