There are many other examples as well of problems with debugging optimized
code. The solution is to turn off most if not all optimizations for your
debug builds. Be sure to test your release build as well, since there may be
bugs caused by the optimizations. Always test what you're going to ship!
This means you should have two targets for your CodeWarrior project: one for
release and one for debug. You might have more, but you really should have
at least two.
--
Peter Epstein

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