basic.debugger.k

Command/BASIC: Debugger, Releases: AP, R83, and AP 6.0 FlashBASIC

Kills breakpoint.

Syntax

{Flash.routine.name:}k{breakpoint.number}

Description

'kills' a breakpoint previously set with the 'b' command, and removes the entry from the breakpoint table.

The 'k' command, followed by <return>, removes all breakpoint entries from the table.

Example

*k1

This kills the first breakpoint in the table.

*k

This kills all breakpoints.

See Also

Command Name Type Description
basic.debug Statement Invokes Pick/BASIC debugger.
basic.debugger.overview Introductory facilitates the debugging of new Pick/BASIC programs and the maintenance of existing Pick/BASIC programs.
basic.debugger.u Command Removes trace table entry
basic.debugger.t Command Establishes trace table entry.
basic.debugger.variable.references Command References string and array variables.
basic.debugger.b Command Sets breakpoint condition.
basic.debugger.d Command Displays trace and break table.
flash.basic Definition converts Pick/BASIC source code into a list of binary instructions called object code.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.