Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib
Enum DebugDisplayErrorFlags

   in debug.h


Field Summary
DE_ALLOW_SUPPRESS = 2
          enable the Suppress button.
DE_MANUAL_BREAK = 4
          do not trigger a breakpoint inside debug_display_error; caller will take care of this if ER_BREAK is returned.
DE_NO_CONTINUE = 1
          disallow the Continue button.
 

Field Detail

DE_ALLOW_SUPPRESS

public DE_ALLOW_SUPPRESS = 2
enable the Suppress button. set automatically by debug_display_error if it receives a non-NULL suppress pointer. a flag is necessary because the sys_display_error interface doesn't get that pointer. rationale for automatic setting: this may prevent someone from forgetting to specify it, and disabling Suppress despite having passed a non-NULL pointer doesn't make much sense.

DE_MANUAL_BREAK

public DE_MANUAL_BREAK = 4
do not trigger a breakpoint inside debug_display_error; caller will take care of this if ER_BREAK is returned. this is so that the debugger can jump directly into the offending function.

DE_NO_CONTINUE

public DE_NO_CONTINUE = 1
disallow the Continue button. used e.g. if an exception is fatal.

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD