Ben,
I have the same problem and Jan reported, so I looked at my project and the debug symbols were turned off. When I received CW9, I recreated my project from scratch. I think the default for the project was to have the symbols turned off. I beleive this was different in CW8 (they were on by default). Just thought I would let you know.
BTW, the new project I created was using the POL wizard (expanded mode, no exception support).
Be very careful with expanded mode in V9 and V9.1. There are some major codegen issues, and I'd suggest you either stay with 8.3 for expanded mode programs, or join the MPTP program here at Metrowerks (http://www.metrowerks.com/MW/Services/Beta/default.htm) to get the pre-release 9.2 68K compiler/linker that fixes these problems.
Macsbug symbols are off by default, since they aren't used by the CodeWarrior debugger, and they add significantly to your code size, especially with C++ programs. I've seen some C++ apps drop 15K to 50K in size when Macsbug symbols were turned off.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
