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 ?

Alexandru Aliu
  • 474
  • 1
  • 4
  • 17

4 Answers4

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.

Sami Kuhmonen
  • 30,146
  • 9
  • 61
  • 74
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!

Papa Mufflon
  • 17,558
  • 5
  • 27
  • 35
2

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

Attis
  • 573
  • 1
  • 7
  • 19
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.

kasperlauge
  • 199
  • 10