1

as I just updated to Windows 10 and Visual Studio 2015, I am facing the problem described in this Question and correctly answered by Shaun Luttin.

In addition to that question I want to ask how this procedure can be automatically executed.

To be clear, I would like Visual Studio 2015 to act like debugging the projects in IE when selecting Edge, meaning open a browser tab/window and attach that process on starting debug to handle the server-side and client-side code in VS.

As a supplement, maybe someone can explain if that behaviour is desired or a bug or something else.

Community
  • 1
  • 1
dbesch
  • 13
  • 4
  • This might work for you: http://entrian.com/attach/ – A2MetalCore Jun 30 '16 at 15:15
  • What is the problem in your environment? The debug symbols are not loading? – mqueirozcorreia May 21 '17 at 11:28
  • The current situation is, that this "Client Side Debugging in Visual Studio"-feature has been included to VS2017 for Chrome and will included for Edge (and Firefox) someday. See [here](https://blogs.msdn.microsoft.com/webdev/2016/11/21/client-side-debugging-of-asp-net-projects-in-google-chrome/) for more details. – dbesch Jun 22 '17 at 08:40

1 Answers1

0

The Visual Studio 15.7.0 Update now provides the feature described in this question. The Windows 10 April 2018 Update is also needed, as it contains the Microsoft Edge DevTools Protocol.

dbesch
  • 13
  • 4