VS2022: "Diagnostic Tools" window 调试时不再出现,无法恢复

VS2022: "Diagnostic Tools" window no longer appears during debugging, can't bring it back

我一定是笨手笨脚把它关掉了,但是当我尝试 运行 任何 c# 项目(.net 6 windows wpf,甚至只是一个命令行应用程序)在调试中模式,我不再看到 Diagnostic Tools window。这是显示内存消耗和其他内容的实时图表的东西。

我一直在尝试重新启用 Diagnostic Tools,但到目前为止还没有成功。我可以 运行 在调试模式下,其他一切看起来都很正常,我可以添加断点等。可能出了什么问题?

这太令人费解了!

查看文档 (Measure Performance While Debugging),它说...

The Diagnostic Tools window appears automatically unless you have turned it off. To bring up the window, click Debug / Windows / Show Diagnostic Tools (or press Ctrl + Alt + F2).

这是我尝试过的:

下一步应该是卸载 VS 2022 并重新安装它。

为了能够显示诊断工具window,您需要安装 .NET 网络分析工具。

要将此添加到现有的 VS 安装,请转至控制面板 > 程序和功能并更改 VS 程序条目。然后勾选安装程序中的 .NET 分析工具复选框。

现在您应该能够通过调试 > Windows > 显示诊断工具在 VS studio 中显示诊断工具。