Define cmb_assert_debug
Defined in File cmb_assert.h
Define Documentation
-
cmb_assert_debug(x)
Drop-in replacement for standard
assert(), but reporting the simulation time and the simulated process where it triggered.Disappears if
NDEBUG(orNASSERT) is defined. Typically used for verifying invariants and postconditions during development.