This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CODECOMPOSER: Load symbol from workspace uses incorrect path in CCS20.1.0

Part Number: CODECOMPOSER

Tool/software:

I found an issue in CCS20.1.0, when using project-less debug and trying to load a symbol file by selecting the Workspace option, CCS is using an incorrect path to find the file, leading to an error of "Unable to read file".

To reproduce, firstly start a project-less debug session, than select Load Symbols -> Workspace. My workspace path is C:\Users\Paul\workspace_ccstheia and the .out file I tried to load is under C:\Users\Paul\workspace_ccstheia\basic_ble_LP_EM_CC2340R53_freertos_ticlang\Release:

However, CCS is trying to find this file in c:\Users\Paul\workspace_ccstheia\workspace_ccstheia.theia-workspace\basic_ble_LP_EM_CC2340R53_freertos_ticlang\Release:

If using the Browse... option instead of the Workspace... option, the symbol file can be loaded as expected.

Best regards,

Shuyang