> From: Walt Sellers
>
> In trying to debug my Palm app I'm seeing strange stuff in the
> debugger.  The values shown for  local variables are sometimes wrong.
>

Certain code optimizations allow the compiler to use the same piece of
memory for more than one variable.  If you single step through the code,
looking at the values of these variables, the "wrong" value will be
displayed.  To fix this, turn off all optimizations before debugging.


-- 
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