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