Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
K command (DataBasic debugger) (m618706+k.htm)
Deletes (kills) one or all of the break point conditions in the break point table.
K{n}
n is a cardinal number in the range 1 through the number of break points set.
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.
*
K2
Deletes the second break point condition.
*
K
Deletes all break point conditions.