Alexandru Aliu
Alexandru Aliu

Reputation: 474

Diagnostic Tools in Visual Studio 2017

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 ?

Upvotes: 21

Views: 28617

Answers (4)

kasperlauge
kasperlauge

Reputation: 209

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.

Upvotes: 0

Attis
Attis

Reputation: 623

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

Upvotes: 2

Papa Mufflon
Papa Mufflon

Reputation: 20010

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!

Upvotes: 24

Sami Kuhmonen
Sami Kuhmonen

Reputation: 31153

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.

Upvotes: 46

Related Questions