are working on CW Palm V8.0, we would
> like to get this resolved before shipping.
>
> -- jkl
>
> - Original Message -
> From: "Heather Tufts" <[EMAIL PROTECTED]>
> To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> Sent: Monday, August
>From: "Heather Tufts" <[EMAIL PROTECTED]>
>To: "Palm Developer Forum" <[EMAIL PROTECTED]>
>Sent: Monday, August 27, 2001 1:25 PM
>Subject: RE: CW debugger showing bad values
>
>
>> >I'm not aware of any place where the d
- jkl
- Original Message -
From: "Heather Tufts" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Monday, August 27, 2001 1:25 PM
Subject: RE: CW debugger showing bad values
> >I'm not aware of any place where the debugger is show
> >I'm not aware of any place where the debugger is showing the wrong
> >values in unoptimized code. Can you send a bug report in
> >(http://www.metrowerks.com/contact/bug/) so we can see the
> problem and
> >get it fixed? That would be most appreciated.
>
> Well, unforntunately, I've been laid
>I'm not aware of any place where the debugger is showing the wrong
>values in unoptimized code. Can you send a bug report in
>(http://www.metrowerks.com/contact/bug/) so we can see the problem and
>get it fixed? That would be most appreciated.
Well, unforntunately, I've been laid off and no lon
> >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
>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.
>
They were
> 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 t