#define HEL_DEBUG_MSG | ( | txt, | |||
args... | ) |
Output a string into Debug-Message-Output window.
The HEL_DEBUG_MSG macro can be used to output debug messages.
[in] | txt | Format-control string. |
[in] | args | Optional arguments |
HEL_DEBUG_MSG("Hello World\n"); HEL_DEBUG_MSG("I am %d years old.\n", 28);
The preceding code will output:
Hello World I am 28 years old.
void hel_DebugSetMessageType | ( | u32 | MessageType | ) |
Select debug message type.
The hel_DebugSetMessageType selects the debug message type. This is necessary, because most emulators handle it differently. To completely turn off debug messages, you must rebuild the project in release mode. See Library Overview for more details on this.
[in] | MessageType | Message type to activate. This can be one of the following: |