| help | Index Level | l |
| Syntax | {Flash.routine.name:}k{breakpoint.number} |
| Category | BASIC Debugger |
| Type | Command |
| 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. |
| Options | |
| See Also | DEBUG debugger u t / b d FlashBASIC |
| Example |
*k1
This kills the first breakpoint in the table. *k This kills all breakpoints. |
| Warnings | The "Flash.routine.name" can only be specified if the program has been optimized through the FlashBASIC compiler (see the "o" option under the "compile" command). When a "Flash.routine.name" is specified, the corresponding debugger command is executed against the specified routine. The ":" (colon) separating the "Flash.routine.name" and the debugger command is required. |
| Compatibility | D3 7.0 AP R83 AP 6.0 FlashBASIC |
| help | Index Level | l |