DebugView and Sysinternals Suite

来源:互联网 发布:株洲市干部网络 编辑:程序博客网 时间:2024/05/05 16:46

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


DebugView图文教程

http://wenku.baidu.com/link?url=owG6QYD2cVNefZpFWfbfPOawq0vPZxZoLqBPn-yR3wpVGYz-8Bwvj0DudGjt6ZA1GwAzs91R96CmLpDF3V5hPgisZ2nNkFCCx5FlqpBztX_


Sysinternals Suite

http://technet.microsoft.com/en-us/sysinternals/bb842062


Sysinternals Learning Resources

http://technet.microsoft.com/en-us/sysinternals/bb469930

0 0
原创粉丝点击