DEBUG_BREAK 102 source/common/common.h #define DEBUG_BREAK() __debugbreak() DEBUG_BREAK 104 source/common/common.h #define DEBUG_BREAK() __builtin_trap() DEBUG_BREAK 106 source/common/common.h #define DEBUG_BREAK() abort()