This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ULINK2 hangs at breakpoint

Hi,
sometimes I have the problem, that the debugger hangs at a code line, where a breakpoint has been set, even if the breakpoint is removed. It only helps, to restart debugging, but even then, it sometimes keeps hanging at the same position.

Is there someone else with similar problems?

Parents
  • Yes, I have only recently seen something similar to this.

    Using our own board with an LPC3250. It seemed that the debugger was somehow 'remembering' where breakpoints had been set.

    At the moment, I'm not sure that this is the fault of our design (which is the first iteration of prototype) or the debugger.

    On a few occasions, I think I managed to clear the bad breakpoints by loading an older version of the project and then re-loading the one I was working on.

Reply
  • Yes, I have only recently seen something similar to this.

    Using our own board with an LPC3250. It seemed that the debugger was somehow 'remembering' where breakpoints had been set.

    At the moment, I'm not sure that this is the fault of our design (which is the first iteration of prototype) or the debugger.

    On a few occasions, I think I managed to clear the bad breakpoints by loading an older version of the project and then re-loading the one I was working on.

Children