Steps to repoduce:
- Start a node application with --debug
- Go to Debug/Attach to Process
- Choose Node remote debugging as transport
- Enter "localhost:5858" into the qualifier field
- A process is shown under Available processes
- Choose attach
Result:
Visual Studio flickers for a short time, then it seems to be detached again: No "(running)" is shown in the title bar. No breakpoints are hit. node process is still running
Expected result:
Debugger attaches to process
- Start a node application with --debug
- Go to Debug/Attach to Process
- Choose Node remote debugging as transport
- Enter "localhost:5858" into the qualifier field
- A process is shown under Available processes
- Choose attach
Result:
Visual Studio flickers for a short time, then it seems to be detached again: No "(running)" is shown in the title bar. No breakpoints are hit. node process is still running
Expected result:
Debugger attaches to process