Disabling the Diagnostic Tools Debugger Window in Visual Studio 2015
Learn how to customize the Visual Studio 2015 IDE for specific use cases and disable the automatic diagnostic tools.
Join the DZone community and get the full member experience.
Join For FreeBy default, the Diagnostic Tools window opens automatically when debugging. Whilst this is a handy tool I do not want to it load every time I debug. Let's look at how to disable it.
Steps to Disable
To disable the Diagnostic Tools window follow these steps:
- Select the Visual Studio Options from the menu (Tools -> Options)
- In the Options choose Debugging -> General
- Uncheck Enable Diagnostic Tools while debugging (towards the bottom of the list)
The diagnostics tools are now disabled. To re-enable them just check the option again. The Tools window can be manually opened via the menu Debug -> Windows -> Show Diagnostic Tools
Published at DZone with permission of $$anonymous$$, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments