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

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.

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

The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations Enumerator

Generated on Sat Oct 24 14:33:10 2009 for Woopsi by  doxygen 1.6.1