hi all,

I want to debug the program
I used to use
#define abort(msg)  ErrDisplayFileLineMsg(__FILE__, __LINE__, msg)
#define debug(msg)  WinDrawChars(msg, StrLen(msg), 50, 50 )
to show the string on the screen so I can know the value of string

but how to debug the integer values?
since I can't find function like WinDrawChars( ) for integer

thx



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to