Jon Glazer
Jon Glazer

Reputation: 785

Visual Studio 2017 leaves browser open

In VS2015 and earlier, when you started debugging a web application or site, it opened IE (or edge) or even chrome to view and test your project. When you closed the browser, the debugger would stop and when you stopped debugging the browser would close. In VS2017, this behavior does not happen. I find myself leaving tons of browser windows open all over the place. I would much prefer if it would simply behave as it did in VS2015 and clean up after itself.

I am sure there is a reason for this but I cannot fathom it. Is there a way to get this behavior in VS2017?

Upvotes: 0

Views: 27

Answers (1)

Sajeetharan
Sajeetharan

Reputation: 222522

It is not a bug/issue this is a feature you can disable by inside Debug -> Options you can disable it now.

enter image description here

Upvotes: 0

Related Questions