PDB 在哪里?如何调查崩溃的 DMP?
我有一个 Wix 3.6 托管引导程序安装程序,它在用户计算机上崩溃了。我有用户提供的崩溃 DMP 文件,但找不到安装程序 exe 的任何 PDB 文件。
当我在 Visual Studio 2010 中打开 DMP 文件时,它找不到符号。我猜测这些符号应该来自 burn.pdb 和我自己的托管代码(我有 pdb),但我无法加载它们。
Visual Studio 正在查找burn.pdb,但该文件不在SDK 中。
我该如何调试它?
I have a Wix 3.6 managed bootstrapper installer that crashed on a user machine. I have the crash DMP file provided by the user, but I can't find any PDB files for installer exe.
When I open the DMP file in visual studio 2010, it does not find the symbols. I am guessing the symbols should come from burn.pdb and my own managed code (which I have the pdb), but I can't have them loaded.
Visual Studio is looking for burn.pdb, but this file is not in the SDK.
How can I debug it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论