home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / debug / deb / readme.txt < prev    next >
Text File  |  1996-01-17  |  720b  |  17 lines

  1. Debug Event Browser
  2.  
  3.  
  4. The DEB sample demonstrates the Win32 debug functions. This sample is a 
  5. simple debugger that can debug both a process that it starts or a currently 
  6. running process.
  7.  
  8. DEB is not a debugger in the traditional sense; it is a browser, as its name 
  9. implies. DEB displays the debug events, and their relevant properties, as 
  10. they occur and invokes the default handlers supplied either by the debuggee 
  11. or the system. Only minimal debug event handling is imposed, so that the 
  12. debug events are displayed and the debuggee continues on its normal course 
  13. of execution.
  14.  
  15. The sample is source code compatible for the Intel 80x86, the MIPS R4x00, 
  16. and the DEC Alpha AXP Windows NT platforms.
  17.