NDSummary.OnToolTipsLoaded("File:debug.h",{1407:"
void DEBUG_INIT()
Initialize Debug module.
",1408:"
void DEBUG_BREAK()
Force a break point.
",937:"
void DEBUG_ASSERT(
bool a
)
Conditional break.
",1451:"
void DEBUG_LOG(
const c8* msg
)
Display debug message (and return to next line).
",1459:"
void DEBUG_LOGNUM(
const c8* msg,
u8 num
)
Display debug message and a 8-bits value (and return to next line).
",1460:"
void DEBUG_PRINT(
const c8* format,
...
)
Display debug formatted message.  No new line is added at the end of the message.
",1414:"
inline void PROFILE_FRAME_START()
Signal the start of a frame to be measured.
",1415:"
inline void PROFILE_FRAME_END()
Signal the end of a frame to be measured.
",1461:"
inline void PROFILE_SECTION_START(
u8 level,
u8 section,
const c8* msg
)
Signal the start of a section to be measured.
",1462:"
inline void PROFILE_SECTION_END(
u8 level,
u8 section,
const c8* msg
)
Signal the end of a section to be measured.
"});