创建内存快照? [英] Create memory snapshot ?

查看:71
本文介绍了创建内存快照?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在C ++中创建内存捕获/(快照)?分析它。



如果源代码已经退出?



平台:windows 10 x86



我的尝试:



谷歌搜索几天但没有希望。

How do i create memory Capture / (snapshot) in C++? to analyze it.

if the source code already exits ?

Platform: windows 10 x86

What I have tried:

Googling it for few days but no hopes.

推荐答案

关键字是迷你转储,这是内存和堆栈转储的Windows术语。



本文:使用Minidumps和Visual Studio .NET对您的应用程序进行后期调试 [ ^ ]可能对您有所帮助,尽管它是针对.NET的。您可能需要更多地谷歌搜索非托管C ++的相似内容,或者只是调整代码。
The keyword is Mini Dump, that's the Windows jargon for a memory and stack dump.

This acticle: Post-Mortem Debugging Your Application with Minidumps and Visual Studio .NET[^] might help you, although it is targeted for .NET. You might want to google a little more to find something similar for non-managed C++, or just adapt the code.


这篇关于创建内存快照?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆