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 <rep...@bugs.python.org> <http://bugs.python.org/issue24140> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com