242

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

1
  • Also true for MFC.
    – sergiol
    Commented Feb 21, 2017 at 15:17

1 Answer 1

418

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

4
  • 14
    Thank you. I needed to restart VS before change took affect
    – RobCroll
    Commented Apr 15, 2016 at 1:15
  • 8
    I often accidently click the "elapsed time" link. So I just disable this link by unticking "Show elapsed time PerfTip while debugging"
    – CrazyTim
    Commented Aug 4, 2016 at 0:37
  • 4
    For me it worked without restarting VS after changing the setting in Tools -> Options.
    – RBT
    Commented Oct 29, 2016 at 2:55
  • 3
    @CrazyTim Thanks! This is what I basically wanted to disable since it's mostly completely irrelevant but quite distracting when debugging.
    – Andreas
    Commented Aug 22, 2018 at 6:16

Not the answer you're looking for? Browse other questions tagged or ask your own question.