简体   繁体   English

VS2017 DOM资源管理器关闭

[英]VS2017 DOM Explorer turn off

I'm starting using VS2017 and noticed that for every HTML based project there's a DOM Explorer window appearing at launch. 我开始使用VS2017,注意到每个基于HTML的项目在启动时都会出现一个DOM Explorer窗口。 Problem: I don't want it, but I don't see how to turn off this option. 问题:我不想要它,但是我看不到如何关闭此选项。 I've already uncheked Tools->Options->Deguggin->General->"Enable JavaScript debugging for ASP.NET (Chrome and IE)" as a try, but the DOM Explorer window is still here. 我已经尝试过“工具”->“选项”->“ Deguggin”->“常规”->“为ASP.NET启用JavaScript调试(Chrome和IE)”,但是DOM Explorer窗口仍在此处。

Any idea how to turn it off ? 知道如何关闭它吗? Thanks for your help ! 谢谢你的帮助 !

Solution: 解:

TOOLS->Import and Export Settings Wizard->Reset all settings->select “No, just reset settings, overwriting my current settings”->Choose a Default Collection of settings. 工具->导入和导出设置向导->重置所有设置->选择“否,仅重置设置,覆盖我的当前设置”->选择默认设置。 I often use the C# settings, and then disable option "Enable JavaScript debugging for ASP.NET (Chrome and IE)", debug it again. 我经常使用C#设置,然后禁用选项“为ASP.NET启用JavaScript调试(Chrome和IE)”,然后再次对其进行调试。

Here's how to disable the DOM Explorer when you launch the debugger - don't reset any settings or anything else... 这是启动调试器时禁用DOM Explorer的方法-不要重置任何设置或其他任何东西...

All you need to do is close the DOM Explorer window when debug session is on , THEN stop debugging and restart Visual Studio for the change to be committed. 您需要做的就是在打开调试会话时关闭DOM Explorer窗口 ,然后停止调试并重新启动Visual Studio以提交更改。

Once VS restarts you should not see Visual Studio open DOM Explorer for that project going forward. VS重新启动后,您将不会再看到该项目的Visual Studio打开DOM Explorer。 If you want to enable DOM Explorer again, you can do so by going to "Debug > Windows > DOM Explorer > Show All" 如果要再次启用DOM Explorer,可以通过转到“调试> Windows> DOM Explorer>全部显示”来启用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM