]> granicus.if.org Git - python/commit
#1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to give...
authorGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 08:29:39 +0000 (08:29 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 08:29:39 +0000 (08:29 +0000)
commite023091815e4946e42c1af102be1f258b2f47cb8
treefe5b2c9d398005733710fea747f6658cd21907cf
parent1e30bd3753e7b08dce13ff1e18ac1ae5c397fcea
#1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to give these commands.  This allows to run a script until an exception occurs.
Doc/library/pdb.rst
Lib/pdb.py
Misc/NEWS