简体   繁体   中英

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. 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.

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.

Here's how to disable the DOM Explorer when you launch the debugger - don't reset any settings or anything else...

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.

Once VS restarts you should not see Visual Studio open DOM Explorer for that project going forward. If you want to enable DOM Explorer again, you can do so by going to "Debug > Windows > DOM Explorer > Show All"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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