DosDebug Logging Facility
The kernel worker routines for the DosDebug API implement a number
of logging functions for use in debugging errors in DosDebug itself.
These are activated by setting bits in the double-word at symbol: _DBGbugbug.
The following flags bits are defined:
0x01000000
 Display input to DosDebug
0x02000000Display output from DosDebug
0x00000010Display exceptions in DosDebug processing.
0x10000000 Display
execution flow in debugger processing.
0x20000000Display execution flow in debuggee processing.
0x40000000 Display
execution flow in watchpoint and debug register processing.
[Back: Example Loader Log] 
[Next: DosPTrace Logging Facility]