Hi all,
I had a debugging session running with a Perl script that uses var=<STDIN> - unfortunately, I did not have that handled in my launch.json file and it hung there - I stopped the debug run and fixed my launch.json, but now on subsequent runs, I get the error as follows:
open stdin at /usr/local/share/perl/5.34.0/Perl/LanguageServer/DebuggerInterface.pm line 62.
BEGIN failed--compilation aborted at /usr/local/share/perl/5.34.0/Perl/LanguageServer/DebuggerInterface.pm line 67.
Compilation failed in require.
BEGIN failed--compilation aborted.
I'm guessing it's file-related, becasue even a reboot of the remote server running the Perl program was rebooted, and I still get this error... How may I clean this up and get the debugger working again?