Quantcast
Channel: .Net Core | MVC | HTML Agility Pack | SQL | Technology Crowds
Viewing all articles
Browse latest Browse all 544

Stop Visual Studio Opening a New Browser Window

$
0
0

Introduction

Hope, the readers must have gone through my previous articles regarding C# and VB.net. Some programmers especially beginners ought to have faced the issue of opening frequent new debugging tab when the browser is closed.

Step #1 

Simply, just go to the ‘Tools’ menu and then click on ‘Options’.

Visual Studio Tools Options

Step #2

Next, click on the ‘Projects and solutions’ option and then click on ‘Web project’.

Stop debugger browser window is closed, close browser when debugging stops

Step #3

You'll find the checkbox option of ‘Stop debugger when the browser window is closed, close browser when debugging stops.’, now untick it.

Conclusion

Your Visual studio issue will be completed resolver. In this approach, you can prevent the visual studio from launching a new browser window at the time of debugging.


Viewing all articles
Browse latest Browse all 544

Trending Articles