Open Immugio opened 3 years ago
"trace": true
Steps to reproduce:
msedge.exe --remote-debugging-port=2015
{ "type": "edge", "request": "attach", "name": "Attach to Edge", "port": 2015, "webRoot": "${workspaceFolder}", "trace": true }
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
"trace": true
in launch config): vscode-edge-debug.txtSteps to reproduce:
msedge.exe --remote-debugging-port=2015
{ "type": "edge", "request": "attach", "name": "Attach to Edge", "port": 2015, "webRoot": "${workspaceFolder}", "trace": true }