CODECOMPOSER: CCS v20.3 Breakpoints Seem Totally Broken

Part Number: CODECOMPOSER

Tool/software:

I'm using CCS Version: 20.3.0.14__1.9.0 and a LaunchPad XL f28379D. I've been running the blinky example program. Breakpoints do not seem to work at all. I've confirmed that optimizations are turned off and that the compiler call includes -g.

I'm not able to double click the gutter next to a line of code to set a breakpoint. The only way seems to be to start a debug session, then go to Run -> New Breakpoint and then manually type in the file name and line number. After doing that, I do see the breakpoint in the "Breakpoints" display area of the debug window. There is no indication in the gutter next to that line of code. When I let the debugger run, it does not stop at the breakpoint.

This is driving me nuts. This seems like a basic feature, so what am I doing wrong?

EDIT: You can close this. I just wasn't clicking in the actual gutter area properly.