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

I crosschecked with perl 5.38.2 under bash in MingW64 shell (from git) and there the behavior is as expected, but alas this is not suitable for debugging my application.

Replies are listed 'Best First'.
Re^5: Key bindings in the Debugger
by LanX (Saint) on May 23, 2025 at 17:05 UTC
    Please see my footnote and install and test inside "windows terminal"

    the CMD.exe "console" has many idiosyncrasies.

    A first step should be to rule out that factor IMHO.

    edit

    I'd be very surprised if the debugger had a keybinding for §, this stems more likely from the OS/WindowManager/Console.

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

      I get the same problem using "windows terminal". Thanks.
        hmm ... thanks!

        Now we need others to replicate the issue.

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

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