Perl-LanguageServer
Perl-LanguageServer copied to clipboard
how to debug programs running as different users?
Maybe not only in my case the running program belongs to another user. Normally I run for debugging "sudo -u www-data QUERY_STRING=something perl -d program.pl"
I have patched DebuggerProcess.pm with a hard coded user.
How to create an option for the debugging "sudouser"?