0

I have a .net app in VS 2012. I recently upgraded to IE10 on Win 7. When I used IE9, and closed the browser window during a debugging session, the debugging session ended as well. Now it won't and I have to end it manually. Vice versa, if I end the debugging session with a terminate all, the browser window won't close.

Anyone else having this issue?

Brian Schmidt
  • 91
  • 1
  • 3

1 Answers1

0

Try to Run the app/project with a different browser, close it and run it again with Internet Explorer.

This is actually and issue related to a bug in Visual Studio, If you have got a breakpoint it will not be hit because the VS and IE are not linked/connected/communicating.

Juan Castano
  • 689
  • 6
  • 10