Perl-LanguageServer icon indicating copy to clipboard operation
Perl-LanguageServer copied to clipboard

how to debug programs running as different users?

Open wielandp opened this issue 2 years ago • 0 comments

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"?

wielandp avatar May 16 '22 15:05 wielandp