Hi,
I recently upgraded my desktop machine from CCS 5.1.0.09000_win32 to 5.2.1.00018_win32. Now I find that when I'm debugging and double-click to set a breakpoint, it doesn't work.
It seems CCS is setting a "C/C++ breakpoint" rather than a "Code Composer Studio Breakpoint". (See capture below. The breakpoint icon lacks a checkmark, and on a CCS 5.1 machine I get "Code Composer Studio Breakpoint" as the default option on the submenu below.
I can get working breakpoints by then going into the breakpoint type and forcing a hardware breakpoint, which is a bit annoying. I had some difficulties in the upgrade process so fear there is a configuration problem here. I ended up deleting c:\ti\ccsv5 and reinstalling, but didn't want to get rid of c:\ti entirely.
The target is a custom TMS320C6678 board closely based on the EVM, and the emulator is a recent BlackHawk XDS560v2 USB. The exact same board, emulator and GEL file work fine under CCS 5.1.
UPDATE: If I right-click in the editor and select "Breakpoints (Code Composer Studio) > Breakpoint" I get a proper software breakpoint. It's just the double-click action in the editor that creates broken ones.