in reply to Re^6: Key bindings in the Debugger
in thread Key bindings in the Debugger

There are various Term::ReadLine modules available

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^8: Key bindings in the Debugger
by hexcoder (Curate) on May 24, 2025 at 10:12 UTC
    These ReadLine modules are loaded:
    x grep {$_ =~ m{ReadLine}xms }keys %INC 0 'Term/ReadLine/readline.pm' 1 'Term/ReadLine/Perl.pm' 2 'Term/ReadLine.pm'