#include <debug.h>
Static Public Member Functions | |
static void | busyWait () |
static void | printf (const char *format,...) |
Debugging console. The class automatically creates its own screen and full GUI when one of the output routines is called.
The DEBUG_ACTIVE define must be set to "true" for the debugger to work. If this is defined as "false", calls to the debugger will silently be ignored.
void Debug::busyWait | ( | ) | [static] |
Freeze program until the B button is pressed.
void Debug::printf | ( | const char * | format, | |
... | ||||
) | [static] |
Output formatted values to the debug console. Uses standard printf() syntax.
format | Format of the string to print. | |
... | The values to output. |