system.debugger.k
Kills breakpoint.
Syntax
k{data.reference.specification}
Description
'kills' one or all breakpoints previously set with the 'b' command, and removes the entry or entries from the breakpoint table.
See the 'b' command for limitations of breakpoint addresses.
The 'k' command, followed by a <return>, kills all current breakpoints in the table. A minus (-) character is displayed for each breakpoint entry successfully removed from the table.
If a data.reference is included, only the breakpoint corresponding to that reference will be 'killed'.
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.
