DataBasic Reference > The Debugger > Summary of Debugger Commands > K

Comment on this topic

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)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

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.

RealityV15.1 (MoTW) Revision 7Comment on this topic