Closed
Description
opened on Aug 2, 2016
- VSCode Version: 1.3.1
- OS Version: win 7
I have default config
{
"name": "Attach to Process",
"type": "node",
"request": "attach",
"processId": "${command.PickProcess}",
"port": 5858,
"sourceMaps": false,
"outDir": null
}
When I F5 it shows "There are no entries to pick from".
I have started node in non-debug mode. It is in a VM.
Activity