如何捕获 devenv 异常
如何捕获 devenv 中的错误?如果发生错误(构建失败..)我需要将其打印出来。我怎样才能做到这一点?谢谢!
How can I catch an error in devenv? If an error occures (the build fails..) I need to print it out. How can I do that? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果确实是异常,那么您可以打开第二个 Visual Studio 进程并使用它来调试第一个 VS 进程。
希望第二个 VS 在错误发生时停止。您可以尝试使用“自动”窗口,看看发生了什么。
当然,所有这一切都取决于它到底是什么类型的错误,我们目前还不太清楚。
If it really is an exception then you can open a second Visual Studio process and use it to debug the first VS process.
Hopefully the second VS will stop when the error occurs. They you can try to use the Autos window and see what's going on.
Of course, all this depends on exactly what kind of error it is, which we're not really clear on just yet.