This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vyktor
Recipients vyktor
Date 2015-05-07.11:31:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430998265.01.0.0346920117937.issue24140@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2015-05-07 11:31:05vyktorsetrecipients: + vyktor
2015-05-07 11:31:05vyktorsetmessageid: <1430998265.01.0.0346920117937.issue24140@psf.upfronthosting.co.za>
2015-05-07 11:31:04vyktorlinkissue24140 messages
2015-05-07 11:31:04vyktorcreate