如果我在Google Chrome中调试我的ASP.NET核心应用程序时按停止调试按钮,则会关闭Kestrel进程窗口以及启动Debug时自动打开的Chrome窗口。这很棒又方便!
不幸的是,似乎Visual Studio以这种方式关闭Chrome会让Chrome感到困惑并让它认为它已经崩溃了。所以每次我在Visual Studio中启动调试时,都会打开一个新的Chrome窗口,我看到这个恼人的弹出窗口:
我发现了一个类似的问题here, but it is for VS Code而不是VS2017。我不认为P
是VS2017中的概念,所以我不知道如何实现该解决方法。
如何防止这种情况发生?谢谢!
答案 0 :(得分:0)
关闭所有打开的Chrome窗口
编辑文件: "%UserProfile%\ AppData \ Local \ Google \ Chrome \ User Data \ Default \ Preferences"
组: " exit_type":" none"
和 " exited_cleanly":真
将首选项文件更改为只读