Hi,
Code Composer Studio - Version: 12.3.0.00005
I have a main project that uses another CCS static library project as a dependency [ Main Project -> Properties -> CCS Build -> Dependencies], the main project links the library and works fine on the target device, however if I try to set a breakpoint anywhere in the dependency static library I get the following error popup:

Following image shows the full project in the IDE:

Is it possible to debug dependency libraries like that? Is there any other way to do it?
Thanks