Part Number: CODECOMPOSER
Hi CCS team,
We have been using CCS project-less debugging for our internal code base for AM263px.
Everything works fine before on 20.3.0 after we properly configure the symbol path in launch.json.
However on 20.4.0 or 20.4.1, any breakpoint we set from source code view will become "unverified breakpoint" and no longer take effect.
We have confirmed every single line is having this issue, so it's not related to code optimization etc.

And pausing the code can properly halt the execution at certain source code line. So the symbol itself is loaded properly.
We could still add break point from disassembly view, but it was not as convenient as from the source code.
Could you help take a look and advice workarounds or provide fix in future versions?
Thanks,
Congyue