--- mstools/samples/deb/readme.txt 2018/08/09 18:21:33 1.1 +++ mstools/samples/deb/readme.txt 2018/08/09 18:23:35 1.1.1.2 @@ -1,22 +1,22 @@ -Sample: Demonstration of the Win32 Debug API +Sample: Demonstration of the Win32 Debug API. Summary: The Debug Event Browser (DEB) Win32 SDK sample demonstrates the new Win32 Debug API. This sample acts as a debugger for -both newly created debugee processes or attaches to current +both newly created debuggee processes or attaches to current active processes. DEB is not a debugger in the traditional sense; it is a browser as its name implies. DEB displays the debug events, and their relevant properties, as they occur and invokes -the default handlers supplied either by the debugee or the +the default handlers supplied either by the debuggee or the system. Only the minimal debug event handling is imposed -such that the debug events are displayed and the debugee is +such that the debug events are displayed and the debuggee is continued on its normal course of execution. -The sample is source code compatible for both the Intel -80x86 and MIPS R4000 Windows NT platforms. +The sample is source code compatible for the Intel 80x86, +the MIPS R4x00, and the DEC Alpha AXP Windows NT platforms. More Information: @@ -24,11 +24,14 @@ The following is a complete list of file Debug Event Browser sample: DEB.BMP DEB bitmap used by DEB.RTF - DEB.DEF DEB module definition file + DEB.DEF DEB module definition file (not used) DEB.DLG DEB dialog resource script file DEB.H DEB ID values and user message defines DEB.HPJ DEB help project file - DEB.ICO DEB icon + DEB.ICO DEB main icon + DEB1.ICO DEB animated icon number one + ... + DEB8.ICO DEB animated icon number eight DEB.RC DEB resource file DEB.RTF DEB help topic file DEBDEBUG.C DEB debug support functions @@ -39,9 +42,8 @@ Debug Event Browser sample: DEBMISC.H DEB miscellaneous support functions header LINKLIST.C Ordered doubled-linked list library LINKLIST.H Ordered doubled-linked list library header - MAKEFILE Make/Nmake file for the entire sample + MAKEFILE Make file for the entire sample README.TXT This file you are presently reading TOOLBAR.BMP Toolbar bitmap used by DEB.RTF TOOLBAR.C Toolbar functions TOOLBAR.DEF Toolbar module definition file - TOOLBAR.H Toolbar functions header