简体   繁体   English

如何在Visual Studio中产生内存映像

[英]How to produce a memory image in Visual Studio

In Visual Studio, is there a way to produce a memory image of a solution? 在Visual Studio中,是否可以生成解决方案的内存映像? Similar to the Show on Code Map, except the image would keep track of pointers, values, etc. 类似于在代码图上显示,除了图像会跟踪指针,值等。

You can try debugger map, it's a CodeMap that also maps your stack trace. 您可以尝试调试器映射,它是一个CodeMap,它也可以映射您的堆栈跟踪。 Once you're debugging and you've hit a breakpoint, go to: 调试后遇到断点,请转到:

Debug > Show Call Stack on Code Map 调试>在代码映射上显示调用堆栈

Other than this, there is no "in the box" tool that allows you build a visual map of your program at run time. 除此之外,没有“内置”工具可让您在运行时构建程序的可视化地图。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM