无法找到或不匹配app.exe的debbuging信息 [英] Debbuging information for app.exe cannot be found or does not match

查看:122
本文介绍了无法找到或不匹配app.exe的debbuging信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好。
$


我使用WER来对我的申请进行补偿(当它崩溃时)。



我从sysdev.microsoft.com下载转储,将.cpp和.pdb放到正确的位置并在Visual Studio中打开转储。通常它工作得很好。



但有时Visual Studio会显示"找不到app.exe的debbuging信息或者不匹配"。 b $ b

我不明白。我(仅限一个)构建此应用程序并将其释放。我有(一)pdb。为什么在某些情况下pdb"不匹配"转储?



和SIZE  AppCompat.txt中的字段与实际应用程序大小不同。但是我只有一个应用程序版本!
$


我使用VS 2008 Professional,C ++语言构建32位应用程序。 Win7 64位。


Hello.

I use WER for debbuging my application (when it crash).

I download dumps from sysdev.microsoft.com, put .cpp and .pdb to right places and open dump in Visual Studio. And usually it work good.

But sometimes Visual Studio show me "Debbuging information for app.exe cannot be found or does not match".

I don't understand it. I (one an only) build this application and release it. I have (one) pdb. Why in some cases pdb "does not match" to dumps?

And the SIZE  field in AppCompat.txt is different from real size of application. But i have just one build of application!

I build 32 bit application with VS 2008 Professional, C++ language. Win7 64 bit.

推荐答案

当EXE和PDB不是来自同一版本时,会发生这种情况。

This happens when the EXE and PDB are not from the same build.

确保每次构建完成后都更新CPP,EXE和PDB。

Make sure the CPP, EXE and PDB are updated each time a build is done.


这篇关于无法找到或不匹配app.exe的debbuging信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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