How to disable Diagnostic Tools in Visual Studio 2015?

When you debug an .NET application in Microsoft Visual Studio 2015 , you will notice that the Diagnostic tools is started automatically. There are times when you might want to disable this.

How to disable Diagnostic Tools in Visual Studio 2015?

You can disable the diagnostic tools in Visual Studio 2015 by following the below steps.

1. In Visual Studio 2015 , navigate to Tools -> Options.
2. In the Options dialog box , select Debugging -> General from the left sidebar.
3. Uncheck the option “Enable Diagnostic tools while debugging.

image

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Do you want to hide the start page in Microsoft Visual Studio 2012 within few simple steps? Here we go....
DataTip is a feature in Visual Studio that provides the users an easy way to view information about variables used...
Today, when I was trying to install the Team Foundation Server (TFS) Power Tools 2013, I received an error “The...