Function cmi_assert_failed
Defined in File cmb_assert.h
Function Documentation
-
void cmi_assert_failed(const char *sourcefile, const char *func, int line, const char *condition)
The function that reports and aborts when a
cmb_assert_*is triggered.Important advice: Place a debugger breakpoint in this function, and you will be able to see the call stack and variable values at that point.