Hi,
I'm not sure where best to post ideas for Code Composer, so I'll try here.
In the ARM debugger when a software breakpoint (BKPT) instruction is hit the CPU halts as expected with the PC at the BKPT instruction and cursor at that line.
What would be more handy is if the single step button (green down arrow) stepped past the BKPT as though it were a NOP., and the run button similarly.
This makes sense because the debugger is already halted, and the next action is manually requested, and more closely follows what a hardware breakpoint does: step steps on by 1 instruction and run runs on.
At present, both single step and run on immediately halt the CPU again at the exact same BKPT and the only way to "escape" is by manually adjusting the program counter (PC) by 4 to move past it (unless I've missed something obvious).


