Here is my problem: I have a project, and one day everything worked great. The next day when I tried to debug, the debugger never got to the beginning of main. It says there is a thread running, however. Pausing it shows it is in the middle of some function where it shouldn't be, and the call stack doesn't make sense. This seems to happen regardless of the debugger option of jumping to main. I don't believe any code changes were made.
I have a workaround solution, which was to create a new project, then copy every single file in the old project root folder over to the new one. Everything works fine on the new project. All the build settings, tcf file, source code is identical. It was a copy paste. I would really like to understand this problem though because it is causing headaches with our configuration management tools to now be working out of a different directory. I would really like to get the original project working again. I tried deleting it (without removing the files from the pc) then re-creating it, but it just wont' debug correctly for me.
Interestingly enough, my co-worker also has a CCS workspace setup, and if he references the old project it works fine. It gets to main just fine upon debug.
I'm wondering if there is some debug settings file that got corrupted and is not stored in the project root directory? I'm at a loss here. Any help would be appreciated. Here are my code tools:
IDE is CCS 4.0.1.01001
Code generation tools 4.3.2
DSP/BIOS 5.40.02.22
We are working with a 5510A DSP, but I'm thinking this is not related to my code or our hardware because of the symptoms above.
Thanks!