CHAPTER 13 S1C88 FAMILY DEBUGGER
160
EPSON
S5U1C88000C MANUAL II
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
bpr / bc / bpc
(software breakpoint clear)
Function
This command clears the specified breakpoints or software break area that have been set.
Format
(1) >bpr
↵
(direct input mode)
(2) >bc [<address>]
↵
(direct input mode)
(3) >bpc [<address>]
↵
(direct input mode)
<address>: Break address; hexadecimal or symbol (IEEE-695 format only)
Examples
>bc 200
↵
... Clears a breakpoint at address 0x0200.
When a break area is set from address0x0200, the break area is cleared.
>bpr
↵
... Clears all breakpoints and break area.
>bc
↵
... Clears all breakpoints and break area.
>bpc
↵
... Clears all breakpoints and break area.
Notes
• The bc and bpc commands have the same functions.
• If no address parameter is specified for the bc or bpc command, it works the same as the bpr com-
mand and all the breakpoints and break area that have been set are cleared.
• An error results if an address that is not set at a breakpoint is specified.
GUI utility
[Break | Breakpoint Setting] menu item
When this menu item is selected, a dialog box appears for setting/clearing breakpoints. (See the bp
command.)
[Break] button
When this button is clicked after placing the cursor to a break address line in the [Source] window, the
breakpoint is cleared. If the address has not been set as a breakpoint, this button sets a new breakpoint
at the address.
[Break] button