Chris Antos wrote: > Compiler optimization. > Try turning off compiler optimizations.
That did it, thanks! Never fiddled with those before. By copying one of the SDK example projects to start my own project I failed to notice that I adopted the setting for full optimization. "David Beers" <[EMAIL PROTECTED]> wrote in message news:109725@palm-dev-forum... > > I'm debugging an app that borrows a good deal of code from the SDK samples > and having a curious problem. When I step through to what appears to be the > offending function I notice that one of the local variables declared in the > function doesn't display in the debugger window. All the others are there > with their values, but this one UInt16 type variable is simply absent. What > can cause this to happen? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
