How to disable Diagnostic Tools?
Asked Answered
Q

1

241

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

Quintuplicate answered 9/8, 2015 at 13:48 Comment(1)
Also true for MFC.Usquebaugh
T
416

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

Tire answered 9/8, 2015 at 13:51 Comment(4)
Thank you. I needed to restart VS before change took affectJalopy
I often accidently click the "elapsed time" link. So I just disable this link by unticking "Show elapsed time PerfTip while debugging"Vocalise
For me it worked without restarting VS after changing the setting in Tools -> Options.Valeda
@Vocalise Thanks! This is what I basically wanted to disable since it's mostly completely irrelevant but quite distracting when debugging.Cervantes

© 2022 - 2024 — McMap. All rights reserved.