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.

MSP430FR2033: [H/W BP - Disabled]

Part Number: MSP430FR2033

Hello,

I am trying to add breakpoints in my program, but I am getting a dialogue box with the message "[H/W BP - Disabled] " on the margin (the column where breakpoints are generally situated). Why does this occur? How do I stop this from happening? Also when I add breakpoints, I don't get a green dot. I get a grey dot.

Grey dot:

Thank you

  • When I get this message, it usually means I've run out of Breakpoints in the Emulation Unit. The usual limit is around 2-3.

    Open the Breakpoints View ["Window->Show View->Breakpoints", or some such] and delete any you're no longer interested in.

    The greyed-out indication may also mean you've moved the code around and the debugger can't figure out where the breakpoint (now) should be. For this, try removing it and re-adding it.

  • This fixed it. I took out all my breakpoints, and it worked. Thank you.

**Attention** This is a public forum