system.debugger.k

Command/System Debugger, Releases: AP and R83

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

Command Name Type Description
system.debugger.t Command Sets trace table entry.
system.debugger.drs Definition How data is referenced.
system.debugger.b Command Sets breakpoint condition.
system.debugger.d Command Displays breakpoint and trace table entries.
system.debugger.e Command Toggles the single-step feature on or off.
basic.debugger.b Command Sets breakpoint condition.
system.debugger.u Command Removes trace table entry.
system.debugger.overview Introductory Overview of system debugger.

User Comments

What do you think?

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

Login to leave your comments.