c# - 为什么我在操作菜单上找不到 "Debug Managed Memory"?

标签 c# visual-studio memory-leaks dump procmon

为什么我在操作菜单上找不到“调试托管内存”,如这篇 MSDN 文章所述:Analyze .NET Framework memory issues

我的 Visual Studio : enter image description here

它应该是什么样子: enter image description here

最佳答案

在其中一个相关的articles , 提到了两个要求(强调):

Before I begin, there are a few things to note about the "Debug Managed Memory" feature discussed in this post:

  1. The option will only be available from the dump summary page in the Ultimate version of Visual Studio 2013. If you are using Premium or Professional you will not see the option.
  2. The process the dump file was collected against must have been running on .NET 4.5 or higher. If the dump was collected on 3.5 or previous the option will not appear, if it was collected on 4.0 it will fail to launch with an error message.

关于c# - 为什么我在操作菜单上找不到 "Debug Managed Memory"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21241905/

相关文章:

c# - 如何让命令的输出实时显示在窗体的控件中?

c++ GetPrivateProfileString 从当前目录读取ini文件

java - 禁用 JVM 调试的 JMap

iphone - 处理工厂方法中的内存泄漏

java - Android camera2 API 内存泄漏

c# - 将新行添加到表后如何更新 datagridview 的行列表

C# 类类型转换

c# - 在哪里可以查看 System.IdentityModel.Services 命名空间中的源代码?

c++ - 使用 Cmake 构建 asmJit 示例

visual-studio - “favorite” 文件夹和文件是否有任何 Visual Studio 扩展?