PDA

View Full Version : debugging output


Morgan
03-26-2002, 12:32 PM
How do you write to the emulator's output window? I've looked and looked, but I can't seem to find any documentation or code samples ... which doesn't mean that they're not there, just that I'm a lousy hunter.

Any help would be greatly appreciated.

torija
03-31-2002, 06:08 PM
DBGPRINTF allows you to output your debug messages.

Usage of it is equal to printf function.