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?
Once it is running in Edge, use Debug > Attach to Process from Visual Studio Community 2015.
Script code
MicrosoftEdgeCP.exe
Ctrl
+ Shift
+ W
to "View in browser." The above works in Visual Studio Community 2015 and it might also work in previous versions. Hooray!