vscode-perl-debug
vscode-perl-debug copied to clipboard
Fix restart on windows
Windows perl debugger fails to restart the debugger - we might have to respawn the debugger.
https://github.com/raix/vscode-perl-debug/blob/master/src/adapter.ts#L404-L407 https://github.com/raix/vscode-perl-debug/blob/master/src/tests/connection.test.ts#L239-L245
Investigate if it can be fixed by using the inhibit_exit
option