Search code examples
visual-studio-2015diagnostic-tools

Visual Studio 2015 Diagnostic Tools Window doesn't show up


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?


Solution

  • 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.