WoopsiUI::Debug Class Reference

#include <debug.h>

List of all members.

Static Public Member Functions

static void busyWait ()
static void printf (const char *format,...)

Detailed Description

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.


Member Function Documentation

static void WoopsiUI::Debug::busyWait (  )  [static]

Freeze program until the B button is pressed.

static void WoopsiUI::Debug::printf ( const char *  format,
  ... 
) [static]

Output formatted values to the debug console. Uses standard printf() syntax.

Parameters:
format Format of the string to print.
... The values to output.

The documentation for this class was generated from the following file:
Generated by  doxygen 1.6.3