K
Deletes (kills) one or all of the break point conditions in the break point table.
Syntax
K{n}
Syntax Element
n is a cardinal number in the range 1 through the number of break points set.
Operation
If n is specified, the specified break point is deleted and the other break points remain unchanged.
If n is not specified, all break point conditions are deleted.
Examples
*
K2
Deletes the second break point condition.
*
K
Deletes all break point conditions.