[New-bugs-announce] [issue24140] In pdb using "until X" doesn't seem to have effect in commands

vyktor report at bugs.python.org
Thu May 7 13:31:05 CEST 2015


New submission from vyktor:

When using pdb -m pdb test.py and entering:

(Pdb) b A.f
Breakpoint 1 at d:\tmp\stack\test.py:8
(Pdb) commands 2
(com) disable 2
(com) until 13
(com) end

Until doesn't seem to have any effect. When statement is executed manually, everything works as expected (execution halts before implicit return from function).

----------
components: Library (Lib)
messages: 242711
nosy: vyktor
priority: normal
severity: normal
status: open
title: In pdb using "until X" doesn't seem to have effect in commands
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24140>
_______________________________________


More information about the New-bugs-announce mailing list