访问堆信息的小型转储文件摘要

Minidump file summary accessing heap information

如何从 Minidump File Summary 访问 Heap Information。我使用 Visual Studio 2013 和 new 转储文件,此文件是通过 Windows Task Manager 选择进程并创建转储文件生成的。

Screenshot below might explain better what I am trying to achieve.

您需要点击右边的"Debug with Native Only" link。之后,它将启动调试器。如果它捕获了局部变量,您可以查看它们。您可以打开内存 window 查看堆信息,但可能需要知道您感兴趣的一般地址范围。