Post Go back to editing

Unable to set breakpoints in CCES with ADSP-SC589 EZ BRD on DSP cores

Thread Summary

The user encountered an issue where breakpoints could not be set in DSP cores due to missing debug line information, despite the -g compiler option being enabled. The final solution was to re-import the project into a new workspace, which resolved the problem. An accompanying answer suggested this workaround, but the reason why it works was not explained.
AI Generated Content

If I set a breakpoint in one of the DSP cores, when I try to debug I get the error message "Failed to set breakpoint at C:\Users\tchadwick\cces\2.8.0\testCore1_Core1\src\testCore1_Core1.c [line: 26] because there is no debug line info.".  I checked the settings and it says that it should be generating debug information (-g option to the compiler).  I can set breakpoints in the ARM core but can't in either of the DSP cores.