basic.debugger.k
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
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
