是否有任何工具可以读取 Windows 中 BSoD 期间创建的转储文件的内容?

发布于 2024-08-08 14:52:05 字数 45 浏览 2 评论 0原文

是否有任何工具可以帮助我们读取出现 BSoD 时创建的内存转储文件中的内容?

Are there any tools that would help us read the contents in a Memory Dump files that is created when there is a BSoD?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

颜漓半夏 2024-08-15 14:52:05

Windows 调试工具 有几个有用的调试器。

如果幸运的话,您所需要做的就是加载转储文件并输入 !analyze。如果这不起作用,您必须检查转储以找出崩溃的原因。

Debugging tools for Windows has a couple of useful debuggers for that.

If you're lucky all you need to do is load the dump file and type !analyze. If that doesn't do the trick, you have to examine the dump to find the reason for the crash.

口干舌燥 2024-08-15 14:52:05

WinDBG - 正如该人所说,在 Windows 调试工具中。

WinDBG 很难使用。陡峭而漫长的学习曲线。它不像 Visual Studio,你知道吗?

WinDBG - as the man says, in Debugging Tools for Windows.

WinDBG is difficult to use. Steep and long learning curve. It's not like Visual Studio, you know?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文