carb::assert::fAssertSkipBreakpoint
Defined in carb/assert/IAssert.h
- 
constexpr AssertFlags carb::assert::fAssertSkipBreakpoint = 0x00000002
- Flag to indicate that the software breakpoint that is triggered on a failing assertion is to be ignored. - When set, the breakpoint will never be executed and execution will simply continue after reporting the failed assertion to the logs. When clear, the breakpoint will be executed normally.