Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stop debugging Visual Studio 2013 when browser closes

Tags:

c#

asp.net

How can I automatically stop debugging Visual Studio 2013 when I close the browser window?

like image 338
Mrunal Shidurkar Avatar asked Feb 15 '14 11:02

Mrunal Shidurkar


1 Answers

Only Internet Explorer can do this, as it's both a Microsoft product. Since Chrome has no direct access to Visual Studio it would be weird if Chrome could cut down the IIS process which is running on your PC.

If you like to see the "Stop debug behavior" you should use Internet Explorer as debug browser.

like image 110
Rob Avatar answered Sep 22 '22 16:09

Rob