Diagnostic Tools in Visual Studio 2017
Asked Answered
C

4

21

I've installed Visual Studio 2017 and I was playing with Diagnostic Tools. suddenly, after some restarts, the window does not open anymore and I don't figure out how to do it. Anyone knows how can I open it again ?

Colic answered 14/3, 2017 at 12:8 Comment(0)
K
46

The selection is a bit hidden, it's in Debug, Windows, Show Diagnostic Tools. It should be with other window settings really to be easily found.

Kreiner answered 14/3, 2017 at 12:16 Comment(6)
Thank you :-) Exactly where you said !Colic
Given how many entries merging the Debug | Windows sub-menu into the View menu would add when debugging, splitting the many debug tool windows out is probably a good idea. Albeit not discoverable. On the other hand: quick find.Albertoalberts
@Albertoalberts It would bring one extra item, since it would be in a submenu, or at least they could be in the Other Windows section. But yeah, Quick Launch also works fine.Kreiner
@SamiKuhmonen Thanks you're a life saver!!Pastorate
not there :( and quick launch doesnt suggest anything eitherExorcist
I was able to add it, but was not to be enabled until the next time I debugLegato
C
24

I just searched for hours for the Diagnostic Tools and did not find them in Visual Studio 2017. There was no menu entry in Debug --> Windows for me.

Finally, I wrote 'Diagnostics' into the Quick Launch bar and Visual Studio offered me to install this missing feature... I guess I forgot to check the tools on first installation!

Clearheaded answered 4/5, 2017 at 7:17 Comment(3)
It appears to be buried under Debug > Performance Profiler in now. (Although network is missing)Yaakov
@Yaakov Performance Profiler and Diagnostics Tools are two different things.Clearheaded
Note that this also works if you have it installed. Except you should write "Diagnostic" in Quick Launch, not "Diagnostics".Sheathbill
D
2

If you're after a hotkey, the Diagnostic Tools can be reopened by default by pressing Ctrl+Alt+F2.

Decomposed answered 20/4, 2019 at 10:50 Comment(0)
B
0

For other people struggling to find this. Microsoft might have changed how to open the Diagnostics window. Currently for Visual Studio 2019 I went to Debug > Intellitrace to open the missing Diagnostic window.

Barrie answered 26/1, 2021 at 13:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.