Skip to content

DebugView

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.

About

디버그뷰(DebugView)는 여러분이 TCP/IP를 통하여 로컬 시스템에서 출력하거나, 네트워크상의 모든 컴퓨터를 모니터링할 수있는 응용 프로그램입니다.

커널모드 및 Win32에서 디버그 출력을 모두 표시할 수 있으므로 응용 프로그램이나 장치 드라이버가 생성하는 디버그 출력을 잡으려고 디버거가 필요하지 않다.

Support

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

Exclude filter

자주 출력되지만 잘 확인하지 않는 목록은 아래와 같다.

;procCharMsg called;Parent ProcessID;Proc Call;pid ProcCall;shell\; ;

See also

Favorite site