Visual Studio integrated Javascript debugging with Windows 10 Edge
Is there any way to enable Visual Studio integrated Javascript debugger with Windows 10 Edge? I mean the feature for stepping through the code, set breakpoints, etc. from inside the Visual Studio IDE. I am using Visual Studio 2012 and 2013, perhaps this can be achieved with 2015? TLDR; Once it is running in Edge, use Debug > Attach to Process from Visual Studio Community 2015. Attach to: Script code Available Processes: MicrosoftEdgeCP.exe Steps Optional: Set Edge as your default browser. Open your project in Visual Studio. Add breakpoints in your JavaScript. In the Solution Explorer, select