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 georg.brandl, vyktor, xdegaye
Date 2015-05-09.15:40:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431186033.42.0.598516565996.issue24140@psf.upfronthosting.co.za>
In-reply-to
Content
Adding test.py, but according to docs https://docs.python.org/3.2/library/pdb.html#pdbcommand-commands

"Specifying any command resuming execution (currently continue, step, next, return, jump, quit and their abbreviations) terminates the command list (as if that command was immediately followed by end). "

This is probably expected behavior.
History
Date User Action Args
2015-05-09 15:40:33vyktorsetrecipients: + vyktor, georg.brandl, xdegaye
2015-05-09 15:40:33vyktorsetmessageid: <1431186033.42.0.598516565996.issue24140@psf.upfronthosting.co.za>
2015-05-09 15:40:33vyktorlinkissue24140 messages
2015-05-09 15:40:33vyktorcreate