The information in this article applies to:
SUMMARYIn Windows 95, 16-bit and 32-bit Windows-based applications may use OutputDebugString() to display debug messages. Furthermore, the 16-bit and 32-bit system DLLs may also display debug messages. This article describes how to view these messages during application developement. MORE INFORMATION
It is possible to use the 16-bit DBWIN application to display debug
messages from 16-bit Windows-based applications and from the debugging
versions of system DLLs (such as GDI.EXE, USER.EXE, and KRNL386.EXE). To
receive debug messages via DBWIN, you must install the Windows 95 SDK debug
components. WDEB386Alternative system level debuggers, which provide functionality similiar to WDEB386, may in the future be provided by third-party vendors. Also, you can write 32-bit application-level debuggers that display debug messages from the debuggee by handling the DEBUG_EVENT structure member OUTPUT_DEBUG_STRING_EVENT. Additional query words: 3.95 4.00
Keywords : kbWin32s kbDSupport |
Last Reviewed: December 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |