Print breakpoint/watchpoint status.
Syntax
bpstatus <id>
Print the status of a breakpoint/watchpoint specified by <id>
. Status includes the target information for which the breakpoint is active and also the breakpoint hit count or error message.
Options
None.
Returns
Breakpoint status, if the breakpoint exists. Error string, if the breakpoint specified by <id>
is not set.