On Wednesday 23 July 2003 11:59 am, Ricardo Marques wrote: > Hello > I'm developing an aplication in a m515 using PRC and Cygwin. Since I don't > have any IDE debugging the app is quite cumbersome. So I'd like to know if > it is possible to display on the PDA's screen debug messages in a similar > way as it is done with printf and C, without having to execute a reset. > I've tried ErrFatalDisplay but that forces a reset with no use so... > Any help would be greatly
Why not use gdb? I can't recall if you need to run gdb to get Dbg messages or not. At any rate you can use: DbgMessage() -- /* Chris Faherty <[EMAIL PROTECTED]> */ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
