Visual Studio Do not open new browser instance

前端 未结 7 1819
南旧
南旧 2020-12-04 11:14

when I try to run a web application in visual studio 2017RC on windows 10, it opens a new browser instance(in my case chrome). I\'ve tried also with internet explorer, situa

相关标签:
7条回答
  • 2020-12-04 12:00

    I've discovered that Turning off Javascript debugging means that sites open in a new tab of an existing Chrome instance. From what I've seen the in Visual Studio debugging is not as good as Chrome's dev tools so turning this off is not an issue for me.

    UPDATE

    As of VS2017 15.7.1 (and still the case in VS2019 16.0.0) this fix no longer works and I've found I've had to additionally uncheck Stop debugger when browser window is closed

    0 讨论(0)
提交回复
热议问题