pkgsrc-wip/pydb/DESCR
Matt Fleming 7bb8426ed8 This is an expanded version of the Python debugger, pdb.py
It largely tries to follow gdb's command set unless there's good
reason not to. So new or modified command names generally refer to the
function they have in gdb.
2006-08-08 23:20:27 +00:00

5 lines
220 B
Text

This is an expanded version of the Python debugger, pdb.py
Largely we're trying to follow gdb's command set unless there's good
reason. So new or modified command names generally refer to the
function they have in gdb.