Keil™, An ARM® Company

µVision® User's Guide

BreakKill

SyntaxDescription
BreakKill number , number...Removes the specified breakpoints. Numbers are assigned to breakpoints as they are defined.
BreakKill *Removes all breakpoints.

The BreakKill command removes a breakpoint that was previously defined with the BreakSet command.

Example
>BK 0,1                        /* Remove breakpoints 0 and 1   */
>BK *                          /* Remove all breakpoints       */

You may kill breakpoints via the Breakpoints dialog. This dialog opens from the main menu with Debug – Breakpoints....