Are you using codewarrior? You can just use the debugger, but instead of
stepping through line by line, just set break points, like before and
after your variable is getting set, and step through those chunks....



On Fri, 9 Feb 2001, Dale Stephenson wrote:

> I was wondering if there was any way for me to output values to a file or to
> a screen while a program was running on POSE. I think I remember seeing
> something like that sometime back and even experimented with it
> unsuccessfully. Thing is I can't remember where I saw it or what it was.
> 
> I just want something that will allow me to see what the program is doing
> while its running , eg I can print the contents of specific variables to a
> log file or screen w/o me having to trace throught the code one line at a
> time.
> 
> This would come in handy for me right now because I have an application that
> generates a General n-ary Tree and its becoming corrupted during the
> generation process. I would love to see what each node is being associated
> with during runtime.
> 
> Thanx in advance..
> 
> 
> Dale Stephenson
> TinCorps. Ltd.
> 
> 
> 
> -- 
> For information on using the Palm Developer Forums, or to unsubscribe, please see 
>http://www.palmos.com/dev/tech/support/forums/
> 


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

Reply via email to