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

Support changing debugging port in VS #144

Open rakatyal opened 5 years ago

rakatyal commented 5 years ago

It is likely that users cannot use the hardcoded port "2015" to launch and debug Edge. While VSCode provides the option to change it via launch.json, there is no way to do it with VS.

oddeirik commented 4 years ago

Can't you set up your own custom "Browse with..." from VS and define the --remote-debugging-port parameter there? That's an option in VS2019, at least:

image

image

That will start Edge with a custom remote debugger port you can then attach to from VSCode. Or maybe I'm just misunderstanding what the issue is 😃