The k (kill) command kills a breakpoint previously set with the b command, and removes the entry from the breakpoint table. The k command, followed by pressing ENTER, removes all breakpoint entries from the table.
{flash.routine.name:}k{breakpoint.number}
Kills the first breakpoint in the table.
*k1
Kills all breakpoints.
*k