Programming - cpueblo.com

DebugView for Windows v4.63


커널 단의 Debug 메세지와 OutputDebugString 의 메세지를 캡쳐하는 프로그램 입니다. 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.

글쓴이 : 유광희 날짜 : 2004-04-19 (월) 15:48 조회 : 7467


<INTRO>커널 단의 Debug 메세지와 OutputDebugString 의 메세지를 캡쳐하는 프로그램 입니다. 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. </INTRO>

커널 디버거 프로그램 입니다
Win32 App 의 OutputDebugString 이나 KERNEL 쪽 디버깅을 출력합니다.

DebugView Capture
Under Windows 95, 98, and Me DebugView will capture output from the following sources:

• Win32 OutputDebugString
• Win16 OutputDebugString
• Kernel-mode Out_Debug_String
• Kernel-mode _Debug_Printf_Service
Under Windows NT, 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


휘릭~

Downloads

  • DebugView.zip

  •