Utility library GrectCenter() keybd2ascii()
Programming guideline of WinDom

debug()

NAME

debug - trace a WinDom client.

PROTOTYPAGE

void debug( char *format, ...));

PARAMETERS

See printf() parameters.

DESCRIPTION

debug() is a very primitive function devoted to debugging programs. It sends a message to a special application (DEBUG), this application displays the values requested by debug(). debug() uses the variable windom.debug in the WinDom configuration file. If this variable is not defined, debug() does nothing. For more details see the documentation of windom.debug and DEBUG (in the WinDom Developper Kit).