读一个窗口* .dmp文件 [英] Reading a windows *.dmp file

查看:116
本文介绍了读一个窗口* .dmp文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不知道是否任何知道如何编写C / C ++。

I was wonder if any knows how to open up a windows *.dmp file after a application crash written C/C++.

推荐答案

使用Visual Studio的的文件>打开项目的或免费的WinDbg的(的 Windows调试工具)的文件>打开崩溃转储的选择dmp文件。

Using Visual Studio's File>Open Project or the free WinDbg's (part of Debugging Tools for Windows) File>Open Crash Dump select the dmp file.

请务必配置的工具包括对PDB调试符号的该应用程序的位置的路径(你有正确的符号?)。无论哪种工具都有,应该给你崩溃发生的位置是一个好主意线程和调用堆栈窗口。包括路径源$ C ​​$ C也将有所帮助。

Make sure to configure the tools to include a path to the location of the PDB debugging symbols for that application (you do have symbols right?). Either tool has a thread and call stack window that should give you a good idea where the crash occurred. Including paths to the source code will help as well.

符号和源路径可以在WinDbg中在文件菜单下进行设置。它埋在Visual Studio下的工具>选项>调试>符号工具>选项>项目和解决方案> VC ++ Directores

Symbol and Source paths can be set in WinDbg under the File menu. It's buried in Visual Studio under Tools>Options>Debugging>Symbols and Tools>Options>Project and Solutions>VC++ Directores

这篇关于读一个窗口* .dmp文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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