New submission from Louie Lu:

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

----------
components: Library (Lib)
messages: 296869
nosy: louielu
priority: normal
severity: normal
status: open
title: pdb: Add step / next count arguments
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30761>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to