Added entry for wdb.
This commit is contained in:
parent
810349b685
commit
6b9ff7257b
|
@ -103,6 +103,9 @@ Some of these are very old and/or not very robust; marked with ``hmm''.
|
|||
\item[bdb.py]
|
||||
--- A generic Python debugger base class (used by pdb)
|
||||
|
||||
\item[wdb.py]
|
||||
--- A primitive windowing debugger based on STDWIN.
|
||||
|
||||
\item[ihooks.py]
|
||||
--- Import hook support (for rexec)
|
||||
|
||||
|
|
|
@ -103,6 +103,9 @@ Some of these are very old and/or not very robust; marked with ``hmm''.
|
|||
\item[bdb.py]
|
||||
--- A generic Python debugger base class (used by pdb)
|
||||
|
||||
\item[wdb.py]
|
||||
--- A primitive windowing debugger based on STDWIN.
|
||||
|
||||
\item[ihooks.py]
|
||||
--- Import hook support (for rexec)
|
||||
|
||||
|
|
Loading…
Reference in New Issue