Skip to content
jarllarsson edited this page Dec 4, 2012 · 5 revisions

Link and include the Util library in order to use the debug functions.

DEBUGPRINT((x)); Is a macro that prints a specified string.

Macros like: __FILE__ __FUNCTION__ __LINE__ can be used when debugging in order to see the where the bug occurred. toString can be used in order to transform a value to a string. The Stringify(x) macro can be used to transform class names and similar to strings on compile time.

Clone this wiki locally