Re: CW debugger showing bad values

2001-10-24 Thread Lee Martineau
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

Re: CW debugger showing bad values

2001-08-31 Thread Walt Sellers
>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

Re: CW debugger showing bad values

2001-08-29 Thread Jun-Kiat Lam
- 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

RE: CW debugger showing bad values

2001-08-27 Thread Heather Tufts
> >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

RE: CW debugger showing bad values

2001-08-27 Thread Walt Sellers
>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

RE: CW debugger showing bad values

2001-08-23 Thread Heather Tufts
> >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

RE: CW debugger showing bad values

2001-08-23 Thread Walt Sellers
>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

RE: CW debugger showing bad values

2001-08-22 Thread Richard Burmeister
> 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