Define cmb_assert_debug

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 (or NASSERT) is defined. Typically used for verifying invariants and postconditions during development.