You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.