诊断错误签名. [英] Diagnosing an error signature.

查看:85
本文介绍了诊断错误签名.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我运行应用程序时,我创建了应用程序错误.其中是一个错误签名.

When I run an aplication I have created I get an application error. Within this is an Error Signature.

有人知道我如何将错误签名转换为代码中的某个位置,以便找出导致错误的原因?

Does anyone know how I can translate the error signature into a position in my code so that I can find out what is causing the error?

该应用程序可以在我的开发PC上正常运行,否则我将对其进行调试.

The application works fine on my development PC other wise I would just debug it.

 

预先感谢

 

推荐答案

假设您使用的是Visual Studio,则在调试模式下构建项目时,您将获得一个exe文件,您还将获得一个pdb文件.

Assuming you're using Visual Studio, When you build a project in debug mode, you'll get a exe file, and you'll also get a pdb file. 

我相信,将exe文件包含在目录中的pdb文件会将源代码行放在异常的堆栈跟踪中.

I believe that including the pdb file in the directory with the exe file will put source code lines on the stack traces of your exceptions.


这篇关于诊断错误签名.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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