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

Fix restart on windows

Open raix opened this issue 8 years ago • 1 comments

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

raix avatar Dec 03 '16 20:12 raix

Investigate if it can be fixed by using the inhibit_exit option

raix avatar May 23 '17 14:05 raix