db
The db command deletes breakpoints
Command Format
dbdb nr...db *
where:
| nr | list of breakpoint numbers to delete |
| * | deletes all breakpints |
Invoking the db command with no parameters will display all current breakpoints
Functional description
The db command deletes a breakpoint with the specified breakpoint number. Multiple breakpoints may be specified. To delete all breakpoints the argument '*' is given..
Some examples illustrating the use of the db command follow.
PMON> d Display all breakpoints
Bpt 1 = a002000c
PMON> db 1 Delete breakpoint number 1
PMON> db 1 4 5 Delete breakpoints 1, 4 and 5.
Environment
The command uses no environment variable.
See Also
- Login to post comments
