Variable: gud-perldb-repeat-map
gud-perldb-repeat-map is a variable defined in gud.el.gz.
Value
c gud-cont
l gud-refresh
n gud-next
s gud-step
Documentation
Keymap to repeat perldb stepping instructions \C-x C-a C-n n n.
Used in repeat-mode(var)/repeat-mode(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(defvar-keymap gud-perldb-repeat-map
:doc "Keymap to repeat `perldb' stepping instructions \\`C-x C-a C-n n n'.
Used in `repeat-mode'."
"n" #'gud-next
"s" #'gud-step
"c" #'gud-cont
"l" #'gud-refresh)