microsoft / vscode-edge-debug2

This is a VS Code extension which helps you debug your JavaScript Code inside the Edge browser.
Other
37 stars 31 forks source link

connect ECONNREFUSED 127.0.0.1:2015 #206

Open Immugio opened 3 years ago

Immugio commented 3 years ago

Steps to reproduce:

  1. Run edge using msedge.exe --remote-debugging-port=2015
  2. Try attach to edge with the following settins: { "type": "edge", "request": "attach", "name": "Attach to Edge", "port": 2015, "webRoot": "${workspaceFolder}", "trace": true }
  3. Results in image
jsuddsjr commented 3 years ago

I've got the same issue.

I had to edit the launch.json to change the port and extend the timeout. These changes worked for me.

      "port": 5600,
      "timeout": 30000