网站首页/系统软件列表/内容

【debugging tools下载】debugging tools(除错诊断工具) v6.12 绿色免费版

系统软件2024-11-25阅读($clicks$)

软件介绍

debugging tools是一款有微软官方推出的除错诊断工具,每当Windows出错时都会产生一个DMP格式的错误记录文件,这个文件就可以使用这款软件打开,如果网友有计算机基础的话,可以通过这个软件知道电的问题出在哪里。

【debugging tools下载】debugging tools(除错诊断工具) v6.12 绿色免费版-本站

软件特色

可以主动检测Windows的系统状态。
可以打开DMP格式的异常记录文件。
包括Windows NT在内的多平台支持。

使用方法

windows发生蓝屏时,如果系统属性有下图设置,windows会自动生成minidump文件,该文件记录蓝屏生成代码和导致蓝屏出现的进程,通过windebug的软件来分析这个minidump文件。我们就可以找到蓝屏出错的原因了。这个文件保存目录是C:\windows\minidump文件夹,一般生成的名字为:Mini040108-01.dmp。

运行解析

以下是一个例子

当时的蓝屏代码是0X0000000A,操作系统是XP SP2,是一个QQ引起蓝屏的问题
  Loading Dump File [e:\!minidump\Mini032707-01.dmp]
  Mini Kernel Dump File: Only registers and stack trace are available
  Symbol search path is: F:\WINDOWS\Symbols
  Executable search path is:
  Unable to load image ntoskrnl.exe, Win32 error 2
  *** WARNING: Unable to verify timestamp for ntoskrnl.exe
  Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible
  Product: WinNt, suite: TerminalServer SingleUserTS
  Kernel base = 0x804d8000 PsLoadedModuleList = 0x805543a0
  Debug session time: Tue Mar 27 08:12:47.390 2007 (GMT+8)
  System Uptime: 0 days 0:18:24.941
  Unable to load image ntoskrnl.exe, Win32 error 2
  *** WARNING: Unable to verify timestamp for ntoskrnl.exe
  Loading Kernel Symbols
  ……
  Loading User Symbols
  Loading unloaded module list
  ……
  *******************************************************************************
  *                                                                                *
  *                           Bugcheck Analysis                          *
  *                                                                                *
  *******************************************************************************
  Use !analyze -v to get detailed debugging information.
  BugCheck 1000000A, {e1821a40, 2, 0, 805cf120}
  Unable to load image npkcusb.sys, Win32 error 2
  *** WARNING: Unable to verify timestamp for npkcusb.sys
  *** ERROR: Module load completed but symbols could not be loaded for npkcusb.sys
  Unable to load image hidusb.sys, Win32 error 2
  *** WARNING: Unable to verify timestamp for hidusb.sys
  *** WARNING: Unable to verify timestamp for HIDCLASS.SYS
  Unable to load image USBPORT.SYS, Win32 error 2
  *** WARNING: Unable to verify timestamp for USBPORT.SYS
  Probably caused by : npkcusb.sys ( npkcusb+384 )
  Followup: MachineOwner

---------

由于npkcusb.sys不是系统文件可以选择删除他来解决

6.也有分析不出来的情况

这个时候就需要多个minidump分析了。

安装方法

1、下载文件
2、解压文件(推荐winrar压缩软件)
3、开始使用

……

点击下载系统软件 >>本地高速下载

点击下载系统软件 >>百度网盘下载

相关阅读