I'm experiencing bizarre behavior of Code Composer Studio (Version: 5.5.0.00077), a section of code that I've debugged and which was working a day ago has suddenly disappeared. You can see the problem if you look at this screenshot...
I have optimization at the lowest level. All the code between line 676 and line 743 is missing, which you can see on the right disassembly pane. If I click on any line of code on the left to create a breakpoint, the breakpoint is created on line 743. For example I double clicked on line 698 and the breakpoint appeared on line 743. Here is a screenshot afterwards:
I've tried all sorts of things to fix this like moving code around, clean rebuilds, adding extra lines, moving the code location in FRAM memory (I'm using an MSP430FR5739). Nothing has an effect. It is always the same section of code that is missing even if there is extra code before it or I change its location in FRAM. I'm stumped.
Any help would be greatly appreciated.

