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

My suspicion is one of the Readline modules, which at least has a function to kill the current line content.

Replies are listed 'Best First'.
Re^7: Key bindings in the Debugger
by LanX (Saint) on May 23, 2025 at 17:18 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'