How to disable Diagnostic Tools?

C#Visual StudioVisual Studio-2015

C# Problem Overview


When debugging a C# application in Visual Studio 2015, Diagnostic Tools starts automatically. I unchecked both checkboxes in Select Tools, but it doesn't seem to completely disable it.

How do I turn it off (and on again later)?

C# Solutions


Solution 1 - C#

If you want to disable the feature altogether you can currently do so from Tools → Options → Debugging → General → Enable Diagnostics Tools while debugging

enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionispiroView Question on Stackoverflow
Solution 1 - C#Telmo IvoView Answer on Stackoverflow