[New-bugs-announce] [issue20119] pdb c(ont(inue)) optional one-time-only breakpoint (like perl debugger)

nlevitt@gmail.com report at bugs.python.org
Sat Jan 4 05:13:31 CET 2014


New submission from nlevitt at 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: nlevitt at 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 <report at bugs.python.org>
<http://bugs.python.org/issue20119>
_______________________________________


More information about the New-bugs-announce mailing list