When I debug a web project in Visual Studio in Internet Explorer, the browser closes automatically when I end the debug session. Similarly, when I end the browser first, so ends the debug session. I understand that IE has special integration with Visual Studio.

My question is: Can I enable such integration on Chrome and Firefox, perhaps with a browser or Visual Studio extension?

My research: I've searched online for "firefox visual studio integration", "close debug chrome visual studio" but nothing related appeared. Searches for "chrome" or "firefox" in the Visual Studio Extension Manager yield no results.

有帮助吗?

解决方案 2

As of Visual Studio 2017, Chrome debugging is fully supported. As of this writing, Firefox and Edge is coming later (Yes, Microsoft added support for Google Chrome before their own Edge browser).

enter image description here

其他提示

A little bit of googling reveals that right clicking on your .apspx file, clicking "Browse with ...", selecting Chrome or Firefox, and then clicking "Set as Default" will set the browser of your choice to your default debugging browser, which I assume opens and closes along with the debug session. I see you tagged this as a Visual Studio 2010 question, but I also read that in Visual Studio 2012 you can choose which browser you want to debug with from the dropdown box over the code editor.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top