pdb repeats w 0
on empty line when there are commands in cmdqueue
#120769
Labels
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
If you do a
n ;; p 1
in pdb, the next time you entry an empty line (meant for repeat last command), it will repeatw 0
due to #119882. It's supposed to repeatp 1
(arguablyn ;; p1
but we never do that). As user never inputsw 0
by their own, the current behavior might not be desired.CPython versions tested on:
3.12, 3.13, CPython main branch
Operating systems tested on:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: