etiennez0r
etiennez0r
Now I'm getting: ``` LS: loaded 1000 files, parsed files, 1000 files LS: loaded 1100 files, parsed files, 1100 files LS: loaded 1200 files, parsed files, 1200 files LS: loaded...
> @etiennez0r Could you please try to delete the perl-lang directory inside the .vscode directory. Maybe the cache is corrupted Did delete the folder, still: ``` LS: loaded 1300 files,...
Ty! I found the guilty one with that debug info, we have a multidimentional array pretty big in codebase, and it makes malloc problem.. removing it's content it parses all...
Hello @richterger! same here, trying to debug a simple hello world app Perl 5.18 @ ubuntu 18 `Debug console: No DB::DB routine defined at /home/ubuntu/test/main.pm line 7.` Code of main.pm:...
``` Known Issues Does not yet work on windows, due to issues with reading from stdin. ``` lol sorry.
> I mean that I didn't read the client information, i understand that it doesn't works in windows right? My perl language server is running on ubuntu 18 under WSL2,...
> this one gives me: ` ubuntu@BairesRW:~/test$ PERL5DB="print 'test'" perl -d /home/ubuntu/test/main.pm No DB::DB routine defined at /home/ubuntu/test/main.pm line 1. testubuntu@BairesRW:~/test$ `
``` testubuntu@BairesRW:~/test$ perl -d main.pm Loading DB routines from perl5db.pl version 1.39_10 Editor support available. Enter h or 'h h' for help, or 'man perldebug' for more help. main::(main.pm:1): foreach...
Wow this bring back hopes to debug from VS code ! Yes, vscode in windows, and want to debug legacy perl code in linux. My current setup is as following:...
Thank you for the insight! I’ll run that install, and recheck my include paths. Thanks a lot!