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

Getting "Unable to attach to browser" when trying to debug VS Code 1.48.2 in Edge Chromium 85.0.564.44 #194

Open kem-storis opened 3 years ago

kem-storis commented 3 years ago

Steps to reproduce:

  1. Added launch.json section for Launch Edge
  2. Press F5 and the error appears

I have the following in my launch.json: { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Launch Edge", "request": "launch", "type": "pwa-msedge", "url": "https://localhost:44345", "webRoot": "${workspaceFolder}" }, { "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", "url": "https://localhost:44345", "webRoot": "${workspaceFolder}" } ] }

I do not have any issue with using the Launch Chrome option, so I'm not sure if there is additional configuration that I need to do.

nuzil commented 3 years ago

I have a feeing nobody will answer you