Hi,
I haev a project in CCS 5.3. I need to be able to set break points and step through the code. This appears to be woring fine if the entire project is in Debug mode. However, in practice I cannot build the entire project and download it in Debug mode because of space / real time issues. What we did when we used CCS 3.3 was set the project to Release, but then set the individual file we needed to step thruogh to have no optimization and turn on full symbolic debug.
When I do this with CCS5 though, it will not allow me to place breakpoints in places that it did when I was building in Debug. It moves the breakpoint to the beginning of the function. When I run the code it seems to hit the breakpoint, but only allows me the option of "Step Into", which does not appear to do anything.
Currently I have the Debugging model set to Full symbolic debug (--symdebug:dwarf, -g) and Optimization to Off. Are these the correct settings to use? What else do I need to change?
Thanks,
David