Part Number: CCSTUDIO
Not a critical one
If I have 2 folders with identically named sources, and in my CCS project settings I have multiple Build configurations which enable, disable specific target sub-folders, it seems the CCS debugger Source loop up does not care for this, and includes all available sub-folders (in my case multiple targets socs).
The built sources are correct , as checked.
At runtime, this gets confusing as debug /break points trigger opening wrong source files while stepping through the code, as the CCS /debugger navigation can be opening wrong file, from another sub-folder / not used.
E.g;

So in the above, while I debug on 1227, it wrongly opens for me files from 0714 target, even though that's disabled.
Of course, I should be able to change the debug configuration and prob remove the default / auto inserted Source Look Up path and re-insert all manually, but this is very cumber some if I have many configurations.
Don't see anything better besides removing entirely the excluded folders, which I also don't want to do (Removing entirely means they disappear from all configurations).




