New submission from nlev...@gmail.com: The continue command in perl's debugger (perl -d) supports setting a one-time-only breakpoint. IMHO this is incredibly useful. For instance when stepping through a program, if you get stuck in a loop, you can move past it with a simple one line command "c [line-after-loop]".
pdb could have the same thing! ---------- files: pdb-continue-onetime-bp-00.diff keywords: patch messages: 207266 nosy: nlev...@gmail.com priority: normal severity: normal status: open title: pdb c(ont(inue)) optional one-time-only breakpoint (like perl debugger) type: enhancement Added file: http://bugs.python.org/file33306/pdb-continue-onetime-bp-00.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20119> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com