vscode-edge-devtools icon indicating copy to clipboard operation
vscode-edge-devtools copied to clipboard

Search port 9229 in addition to 9222 by default; allow Port setting to have multiple values

Open akrantz opened this issue 4 years ago • 1 comments

Environment (please complete the following information):

  • OS (e.g., Windows 10): Windows 11
  • Extension version (e.g., 1.2.3): 1.4.0

Describe the bug:

I'm using VS Code to debug Edge WebView2 (running in Outlook Win32). I thought I would try the Edge DevTools extension.

I found that I could change the setting to look for port 9229 instead of 9222, and when I do, I see the target show up and I can attach.

By default, "edge://inspect" in the browser will search both ports 9222 and 9229 by default. Seems like the extension should do the same thing.

Repro steps:

Have WebView2 running in an app so it's debugging. (Not sure the steps needed to accomplish this.) Open the web extension.

Expected behavior:

Expect the webview instance to show up.

Additional context:

akrantz avatar Nov 03 '21 22:11 akrantz

@codepo8 this seems like a feature request that should be tracked. Want to add it to the internal backlog?

captainbrosset avatar Feb 01 '22 09:02 captainbrosset