Closed
Description
Test for microsoft/vscode-node-debug#156 and microsoft/vscode-node-debug#158:
Complexity: 3
- Windows - @mjbvz
For description of this feature pls see microsoft/vscode-node-debug#156 (comment).
Setup:
- install WSL on Windows 10.
- in Windows create a node.js test program and a launch config
- add a
"useWSL": "true"
attribute to the launch config - launch the debug session
Verify for the "legacy" protocol that:
- the node.js version detection finds the correct node.js version on the linux side
- the debug session launches correctly and that you can step, set and hit breakpoints and view sources