Visual Studio 2015 Diagnostic Tools Window doesn't show up
Asked Answered
S

3

32

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?

Skilful answered 4/1, 2017 at 7:28 Comment(0)
P
54

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.

Pontifical answered 16/1, 2017 at 22:4 Comment(2)
It shows up but under the meaningless 'Output' label, that contains a lot of other traces as well.Ruminant
Another alternative is Ctrl + Alt + F2Jenks
D
6

First of all check if Diagnostic Tools are enabled while debugging.

To check this go to Tools->Options->Debugging and check Enable Diagnostic Tools while debugging checkbox.

enter image description here

Distaff answered 13/1, 2017 at 10:39 Comment(0)
H
2

In my case unchecking the option "Use Managed Compatibility Mode" in Tools > Options > Debugging caused Diagnostic Tools and PerfTips appear. I have Visual Studio 2015 Update 3.

Hasen answered 14/3, 2018 at 11:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.