i | Index Level | l |
Syntax | k{data.reference.specification} |
Category | System Debugger |
Type | Command |
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". |
Options | |
See Also | t data reference specification b d e b u System Debugger |
Example | |
Warnings | |
Compatibility | D3 7.0 AP R83 |
i | Index Level | l |