File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
2622The debugger's prompt is \samp {(Pdb) }.
2723Typical usage to run a program under control of the debugger is:
2824
@@ -75,8 +71,8 @@ \chapter{The Python Debugger}
7571the statement using \samp {step} or \samp {next} (all these commands are
7672explained below). The optional \var {globals} and \var {locals}
7773arguments 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
You can’t perform that action at this time.
0 commit comments