This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: CCS v10.2 ghost 'hidden' breakpoint, blocking execution

Tool/software: Code Composer Studio

CCS version info:

Code Composer Studio
Version: 10.2.0.00009

OS: Windows 10, v.10.0, x86_64 / win32
Java version: 1.8.0_144

I am working with Tiva TM4c123 64pin part on custom board.    I've been working with the FatFS code trying to port it to a WinBond spi serial flash.

I set a breakpoint (see below) at a line in a file.      I then toggled the breakpoint to remove it, and it acts like the breakpoint is still active.

I have closed CCS v10 and re-opened, same problem.   I have cleaned the project and rebuilt it, same problem (code halts at the line as if there is a breakpoint.    

The menu item Run -> Remove all breakpoints is grey (indicating to me the user, that there are no breakpoints).   When the program is loaded for debug, it stops at main() with a 'hidden' breakpoint at main().

Could it be that I somehow inadvertantly added a hidden breakpoint on line shown below.   If so, is there a way to remove the hidden breakpoint?

What else could explain this behavior?

Thanks in advance