]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1393667: pdb now has a "run" command which restarts the debugged
authorGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 21:08:15 +0000 (21:08 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 21:08:15 +0000 (21:08 +0000)
commit8e84c65660dce5627c095f40cad07e90cb73a226
tree65d893b8b7313a72a158c7017abfd39ece193bf0
parentc3a643192f8e84878a34d1214df045d702a51c10
Patch #1393667: pdb now has a "run" command which restarts the debugged
Python program, optionally with different arguments.
Doc/lib/libpdb.tex
Lib/pdb.doc
Lib/pdb.py
Misc/NEWS