_DEBUG             64 lib/util/debug.h #define DEBUG(level, body) _DEBUG(level, body, true)
_DEBUG             68 lib/util/debug.h #define DEBUGADD(level, body) _DEBUG(level, body, false)