If you get the R5 patch, the debugger supports the DbgMessage command 
from the Palm Device or emulator for example:

        DbgMessage ("Hello from the Palm OS application!");

would display "Hello from the Palm OS application!" in the log window of the
debugger. I hope this helps.

    -mark corry
    metreowerks

----------
>From: "Jim Selph" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Debugging
>Date: Thu, Apr 8, 1999, 11:28 AM
>

> Hello all,
>  I have been having massive trouble using the debugger with the emulator. I
> would like to use a 'C' compiler way to check as the program runs thru each
> function ie.... printf("entering func1, globalXval = %d", x);
> how can I accomplish this in the R5 CW using the emulator as the display?
> or even bypassing the emulator all together..?
>  My problems on the emulator stem from not being able to follow the program
> thru functions. When I hit the play button the emulator runs then won't
> allow a step thru.(BTW I have been setting the breaks before and after
> functions I want to step thru) any help on this... thnx
> 

Reply via email to