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 louielu
Recipients louielu
Date 2017-06-26.10:10:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498471813.04.0.648864128078.issue30761@psf.upfronthosting.co.za>
In-reply-to
Content
This propose to add *count* times on step and next instruction in pdb.

    step [count]
    next [count]

User can use `next [count]` to run next *count* times, or `step [count]` to run step *count* times, until it countdown, or occure a breakpoint.

Similar function has been implemented in gdb[1] before.

[1]: https://sourceware.org/gdb/onlinedocs/gdb/Continuing-and-Stepping.html
History
Date User Action Args
2017-06-26 10:10:13louielusetrecipients: + louielu
2017-06-26 10:10:13louielusetmessageid: <1498471813.04.0.648864128078.issue30761@psf.upfronthosting.co.za>
2017-06-26 10:10:13louielulinkissue30761 messages
2017-06-26 10:10:12louielucreate