Visual Studio 2015 Diagnostic Tools Window doesn't show up

Mr. Toast picture Mr. Toast · Jan 4, 2017 · Viewed 31.6k times · Source

I'm able to show the diagnostic tools windows via Debug -> Windows -> Show Diagnostic Tool.

But that windows always disappears when starting / debugging the application.

What is going on?

Answer

qfactor77 picture qfactor77 · Jan 16, 2017

I had the same. The Diagnostic Tools window was closed.

While your application is started go to the menu:

Debug --> Windows --> Show Diagnostic Tools

I think Visual Studio has two different layouts during design time and run time. So even it the window is showing in design time, it will not show when the project is running unless is selected during run time.