Other Parts Discussed in Thread: EK-TM4C123GXL,
Tool/software:
Greetings,
I recently installed the latest version of CCS Theia. This is my first time using the VS Code-based version of CCS, and I have a problem with debugging. I built the example program "hello" for the EK-TM4C123GXL board and it seems to run fine, however when I launch a debug session and try to enable a breakpoint somewhere in hello.c, it doesn't work, and I get the message "No code is associated with (project directory), line xxx in any loaded symbols". I tried enabling a breakpoint in the file boot_cortex_m.c, which had the same result. I am using the Debug configuration for the project.
Potentially useful info:
I'm using an EK-TM4C123GXL (with the main uC removed and the JTAG lines broken out) as the debugger/programmer.
When I click on "debug" at the bottom of the Project Properties window, I get the message "Cannot read properties of undefined (reading 'name')" whether I'm running the debug session at the time or not.
When the debug session is started, in the CALL STACK panel, I see a reference to the boot_cortex_m.c file. However, the directory for this file is defaulted to one that begins with 'E:\cvs\jenkins\workspace\.....' until I change it manually. This doesn't fix the problem, however. I don't know what this is. On my PC, the E:\ drive is the DVD drive, which is empty! Nothing is installed there.
Any help would be appreciated! Thank you.