How to disable Diagnostic Tools?

ispiro picture ispiro · Aug 9, 2015 · Viewed 70k times · Source

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)?

Answer

Telmo Ivo picture Telmo Ivo · Aug 9, 2015

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