How to stop browser closing automatically when you stop debugging on VS 2017

前端 未结 6 1771
天命终不由人
天命终不由人 2020-12-07 07:16

I\'m trying out the new VS 2017 RC and wondering if anyone knows how to get the previous debugging behavior back

In VS 2015 it went like this:

Press start de

6条回答
  •  有刺的猬
    2020-12-07 07:35

    I am writing this answer as I think the previous ones cover only half of the problem.

    First thing you want is to get rid of this annoying 'run chrome as a new window and auto-close when stopped debugging'

    Tools → Options → uncheck Enable JavaScript debugging for ASP.NET

    After doing that when starting debugging chrome opens a new tab, after stopping the tab is not closed but refreshing website shows white screen

    again in the Tools → Options

    uncheck Enable Edit and Continue

    Since now you have your old behaviour back.

提交回复
热议问题