I saw a similar problem just this morning with CW7 on w2k. I'll go back and see if I can reproduce it, but it seemed to be related to having a local variable with the same name in multiple, nested stack frames. I had an array of structures named 'line' with fields 'x' and 'y'; I stepped through the machine code and everything went where it should but the debug display was completely wrong. I unexpanded and re-expanded the debug list (via the little +/- icons) and I got a new list of variable names, something like 'line1A', 'line1B' and the variable I wanted was (I think) the first one.
Jun-Kiat Lam wrote: > > That said though, if you think you might have any information that would go any > way towards helping resolve this problem, let us know. I've been hearing some > reports about this problem, and since we 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 27, 2001 1:25 PM > Subject: RE: CW debugger showing bad values > > > >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 longer have access to > > the code that showed the problem. If you think filing it anyway will > > help, I'll do it. > > It would be pretty hard for me to get anything fixed if I've never seen > the behavior, don't have a reproducible case for it, and only one person > has reported it. If you see it again, be sure to send in a bug report > with the reproducible case. > > -hkmlt > > -- > 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/
