DebugView
Introduction
DebugView is an application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP. It is capable of displaying both kernel-mode and Win32 debug output, so you don't need a debugger to catch the debug output your applications or device drivers generate, nor do you need to modify your applications or drivers to use non-standard debug output APIs.
DebugView Capture
Under Windows 2000, XP, Server 2003 and Vista DebugView will capture:
- Win32 OutputDebugString
- Kernel-mode DbgPrint
- All kernel-mode variants of DbgPrint implemented in Windows XP and Server 2003
DebugView also extracts kernel-mode debug output generated before a crash from Window's 2000/XP crash dump files if DebugView was capturing at the time of the crash.
http://technet.microsoft.com/en-us/sysinternals/bb896647
Sysinternals Suite
http://technet.microsoft.com/en-us/sysinternals/bb842062
DebugView是一款实用工具,可用于监视本地系统或通过TCP/IP连接的远程计算机上的调试输出。它能够显示内核模式和Win32调试输出,适用于各种场景,如捕获应用程序或设备驱动程序产生的调试信息,而无需修改应用或驱动程序。此外,DebugView还能从Windows 2000/XP的崩溃转储文件中提取内核模式调试输出。
926

被折叠的 条评论
为什么被折叠?



