#define SF_DEBUG_ASSERT(cond, str) do { if (!(cond)) { Scaleform::LogDebugMessage(Scaleform::Log_DebugAssert, str); SF_DEBUG_BREAK; } } while (0)
Assertion with messages.
SF_Debug.h