Coder Perfect

How do I turn off Diagnostic Tools?

Problem

When debugging a C# application in Visual Studio 2015, Diagnostic Tools starts automatically. I unchecked both checkboxes under Select Tools, but it still doesn’t appear to be disabled properly.

What’s the best way to turn it off (and on again later)?

Asked by ispiro

Solution #1

You may presently disable the capability entirely by going to Tools Options Debugging General Enable Diagnostics Tools while debugging.

Answered by Telmo Ivo

Post is based on https://stackoverflow.com/questions/31904929/how-to-disable-diagnostic-tools