Forum Discussion
ShannyBot
May 07, 2019Copper Contributor
Debugging Web Apps with Edge and VSCode
I've been attempting to use the new Edge with VS Code for debugging my web apps. It works very well when it works.... To do this, I have the Debugger for Chrome extension installed, and I've modified...
- May 07, 2019
ShannyBot Thank you for your feedback.
We recommend that you use the Edge debugger for VSCode to debug against Edge.
A sample launch.json to launch your project can also be found here - https://github.com/Microsoft/vscode-edge-debug2#microsoft-edge-chromium
Thanks.
Dhanvi_Kapila
Microsoft
May 07, 2019ShannyBot Thank you for your feedback.
We recommend that you use the Edge debugger for VSCode to debug against Edge.
A sample launch.json to launch your project can also be found here - https://github.com/Microsoft/vscode-edge-debug2#microsoft-edge-chromium
Thanks.
- ShannyBotMay 07, 2019Copper Contributor
Dhanvi_Kapila Thanks so much, that works perfectly!