vscode-perl-debug icon indicating copy to clipboard operation
vscode-perl-debug copied to clipboard

If perl bin are in "PATH" then "exec" setting should be left out

Open raix opened this issue 7 years ago • 1 comments

exec setting shouldn't be necessary if perl binaries are in PATH

  • Make sure this works on windows

raix avatar May 17 '17 20:05 raix

This should be easy to do in the new resolveDebugConfiguration function, then check how errors are handled (including when exec is set but to an invalid path).

hoehrmann avatar Mar 01 '19 20:03 hoehrmann