调试时,VS2010 中不会出现错误,但如果我从调试文件夹在 VS2010 外部运行程序,则会出现错误
我有一个 C# 应用程序,它有一个我无法找到的错误。
当我从调试器中运行应用程序时,不会发生错误,但如果我从 VS2010 外部的调试文件夹中运行应用程序(仍然是应用程序的调试版本),则会出现错误。
错误是“对象未设置为对象的实例”。错误本身不是问题本身,而是为什么在 VS2010 (.NET 4) 中调试时不会发生错误。
I have a C# app which has an error which I cannot locate.
When I run the app from within the debugger, the error does not occur but if I run the app from outside VS2010 in the debug folder (still the debug version of the app) I get the error.
The error is an 'Object not set to an instance of an object'. The error itself is not the issue itself, but why it doesn't happen when debugging in VS2010 (.NET 4).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您已经知道错误发生的位置,则只需在其之前编写一行代码即可启动调试器:
If you already know where the error occurs then simply write a one-liner before it to start the debugger: