[New-bugs-announce] [issue30761] pdb: Add step / next count arguments

Louie Lu report at bugs.python.org
Mon Jun 26 06:10:13 EDT 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue30761>
_______________________________________


More information about the New-bugs-announce mailing list