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.

Code Composer Error Question

I have programmed my code into flash and am trying to step through using code composer to debug.

At seemingly random places, I get this error:

Can't Set Breakpoint at 0x3ee4f3: Error 0x00000008/-2047 Error during: Break Point,  Unable to set hardware breakpoint at 0x003EE4F3. All hardware breakpoints are already in use. Some hardware breakpoints may be used by analysis.   Sequence ID: 7 Error Code: -2047 Error Class: 0x00000008

This only occurs when I use "Source-Step Over". If I use "Source-Single Step", it is fine.
I have not set any breakpoints, so I don't know why there would be any in use. Why am i getting this error?