CARB_BREAK_POINT
Defined in carb/Defines.h
- 
CARB_BREAK_POINT()
- On Windows platforms, defined as - __debugbreak(); on Linux,- raise(SIGTRAP). Used to break into the debugger.
Defined in carb/Defines.h
On Windows platforms, defined as __debugbreak(); on Linux, raise(SIGTRAP). Used to break into the debugger.