问题描述
我在Windows XP中安装了WinDBG工具(dbg_x86_6.9.3.113)。
然后我注册WinDBG通过使用命令Windbg -I
为了生成崩溃转储,我创建了一个简单的基于对话框的应用程序
创建一个崩溃(应用程序崩溃)。
我将此应用程序的Symbol文件(.PDB)放在C-drive下的新文件夹中。在C-Drive WinDBG下也安装了。
在''符号文件路径...''我给了这个新文件夹的路径。
但是当我的应用程序崩溃时,该工具无法生成日志。
我在谷歌搜索过,但我没有得到我没有遵循的任何新事物(步骤)。
任何人都可以指导,我是否跳过使用WinDBG生成日志进行分析的任何步骤。
或者请给我正确的步骤(n详细信息)以生成转储。所以我会检查一下我是否跳过了任何步骤。
很快就会提供帮助。谢谢
Hi,
I have installed WinDBG tool (dbg_x86_6.9.3.113)in my windows XP .
Then I register WinDBG by using command "Windbg -I"
For generating a crash-dump ,I hv created a simple dialog based application which
creating a crash(application-crash).
I put the Symbol file(.PDB) of this application in side a new folder under C-drive .Under C-Drive WinDBG is also installed .
In ''Symbol file path...'' i gave this new folder''s path.
But while my application getting crashed the tool not able to generate log.
I hve searched in google, but i''m not getting any new thing(step) which i have not followed.
Can any one please guide, whether i''m skipping any step to use WinDBG to generate log for analysis.
Or else please send me the proper steps(n detail) to generate dump. So that i''ll check once whether i skipped any steps.
PLease help soon. Thanks
推荐答案
这篇关于WinDBG工具无法响应我的vc ++应用程序崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!