0

I recently had some of my Visual Studio 2017 settings change on me due to a lisence renewal. One in particular is that I used to have VS configured to open different websites in different tabs of the same browser instance. Now the websites open in separate browser instances.

I fixed this problem once before but the same fix no longer works. Here is the link which helped me fix my problem before:

Open site in new tab of existing Chrome instance when debugging

The image they have for Tools > Options > Debugging > General ... looks like this:

enter image description here

Mine looks slightly different:

enter image description here

Microsoft must have made some updates since the above link was posted because not only do I see differences in the Options window but leaving "Enable Javascript..." unchecked no longer works.

What is the current way of getting multiple web apps to show up in different tab of the same browser instances rather than in separate browser instances?

gib65
  • 1,709
  • 3
  • 24
  • 58
  • Did you see this comment on that post? _" for VS 15.7.0 you also need to uncheck "Stop debugger when browser window is closed".... that option is under "Projects And Solutions\Web Projects\Stop debugger when browser window is closed"_ – stuartd Jun 11 '18 at 16:42

1 Answers1

0

I have faced same issue today in vs 2017. To solve this problem simple follow below steps:

1) Click on Tool => options

2) Find Projects and Solutions on left side

3) Extend Projects and Solutions => Click on Web Projects

4) On right side you will see some option you need to uncheck: Stop debugger when browser window is closed, close browser when debugging stops

Note: It is 2nd last option from bottom.

I think it will help you!

Wajid khan
  • 842
  • 9
  • 18