DebugView中是一个应用程序,使您可以监视本地系统上的调试输出,或任何网络上的计算机可以通过TCP / IP达到。这是显示内核模式和Win32调试输出的能力,所以你并不需要一个调试器来捕获您的应用程序或设备驱动程序产生的调试输出,也不需要修改你的应用程序或驱动程序使用非标准调试输出API。
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.
官方网站:http://technet.microsoft.com/en-us/sysinternals/bb896647