Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Exception info flags

Used by exception_info_t::flags. More...

Macros

#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
 

Detailed Description

Used by exception_info_t::flags.