保存 MS 崩溃报告器的信息吗?
在 Windows XP 上,当进程崩溃时,我们会看到一个带有链接的对话框:
“要查看有关错误报告的技术信息,请单击此处。”
“单击此处”链接会在窗口中显示大量信息,但没有明显的方法将其保存到文件中。 有办法吗? 如果能够将这些数据发送给与我们合作的几个不同的外部供应商,那就太好了。
我在对话框中看到的唯一其他选项是将其发送给 Microsoft,但这次崩溃很可能不是 Microsoft 的错,并且没有理由将其发送给他们。
On Windows XP when a process crashes, we get a dialog box with a link:
"To view technical information about the error report, click here."
The "click here" link brings up a whole lot of information in a window, but no obvious way to save it to a file. Is there a way? It would be very nice to be able to send that data to several different external vendors we're working with.
The only other option I see in the dialog box is to send it to Microsoft, but this crash is likely not Microsoft's fault and there is no reason to send it to them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您是公司,则可以向 Microsoft 注册才能下载 WER 报告。
If you are a company, you can register with Microsoft to be able to download WER reports.
当您看到此对话框时,您应该仍然能够手动将调试器(例如 Visual Studio)附加到崩溃的进程并查看任何可用的异常记录。 或者,我相信您应该能够注册 Visual Studio 来处理这些崩溃,而不是正常的错误报告机制。 本文似乎有有关该选项的更多信息:
http://msdn.microsoft .com/en-us/library/5hs4b7a6.aspx
希望这有帮助...
As of when you see this dialog box, you should still be able to manually attach a debugger (e.g. Visual Studio) to the crashing process and take a look at any available exception records. Alternatively, I believe you should be able to register Visual Studio to handle these crashes instead of the normal error reporting mechanism. This article seems to have more information about that option:
http://msdn.microsoft.com/en-us/library/5hs4b7a6.aspx
Hope this helps...
也许'08问题有点晚了,但无论如何,你可以使用 错误报告抓取器软件
Maybe a bit late for '08 question, but anyway, you may use Error Report Grabber software for this task