开发者

Are there any tools to read the contents of dump files created during BSoD in Windows?

开发者 https://www.devze.com 2022-12-09 11:57 出处:网络
Are there any tools that would help us read the contents in a Memory Dump files that is开发者_JAVA技巧 created when there is a BSoD?Debugging tools for Windows has a couple of useful debuggers for tha

Are there any tools that would help us read the contents in a Memory Dump files that is开发者_JAVA技巧 created when there is a BSoD?


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.


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?

0

精彩评论

暂无评论...
验证码 换一张
取 消