Used by exception_info_t::flags.
|
|
#define | EXC_BREAK 0x0001 |
| | break on the exception
|
| |
|
#define | EXC_HANDLE 0x0002 |
| | should be handled by the debugger?
|
| |
|
#define | EXC_MSG 0x0004 |
| | instead of a warning, log the exception to the output window
|
| |
|
#define | EXC_SILENT 0x0008 |
| | do not warn or log to the output window
|
| |