Bpc (break point clear) – Epson S5U1C62000A User Manual
Page 189

S5U1C62000A MANUAL
EPSON
177
(S1C60/62 FAMILY ASSEMBLER PACKAGE)
CHAPTER 9: DEBUGGER
bpc
(break point clear)
Function
This command clears the specified breakpoints that have been set.
Format
>bpc
↵
(direct input mode)
Example
>bp
↵
0: 0100
... Break points that have been set
1: 0200..0300
1. set 2. clear 3. clear all ... ?
↵
>bpc 100 150..250
↵
... Clears PC break points at address 0x100 and the area from 0x150 (0x200)
>bp
↵
to 0x250.
0 : 0251..0300
1. set 2. clear 3. clear all ... ?
↵
>
Notes
• The format of parameters is same as the bp command. You can also use the guidance input mode of bp
command to do the same operation.
• You can use this command for multiple times to clear breakpoints.
• If the specified addresses or areas have not been set as PC breakpoints, no clear operation is done.
GUI utility
[Break | Breakpoint Set …] menu item
When this menu item is selected, a dialog box appears for clearing PC breakpoints. (See the bp
command.)
[Break] button
When this button is clicked after placing the cursor to a PC break address line in the [Source] window,
the breakpoint is cleared. If the address has not been set as a PC breakpoint, this button sets a new PC
breakpoint at the address.
[Break] button