Why I can not find “Debug Managed Memory” on Actions menu?

。_饼干妹妹 提交于 2019-11-26 20:51:19

问题


Why I can not find "Debug Managed Memory" on Action menu as described at this MSDN article: Analyze .NET Framework memory issues?

My Visual Studio:

How it is supposed to look:


回答1:


In one of the related articles, two requirements are mentioned (emphasis added):

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.


来源:https://stackoverflow.com/questions/21241905/why-i-can-not-find-debug-managed-memory-on-actions-menu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!