CHAPTER 8: DEBUGGER

bc / bpc (break point clear)

Function

This command clears the specified breakpoints that have been set.

Format

 

>bc [<break1> [ . . .<break16>]]

(direct input mode)

<break1–16>: Break address; hexadecimal or symbol (IEEE-695 format only)

Examples

 

>bp

... Breakpoints that have been set.

1: 0116

2:0200

3:0260

1. set

2. clear

3. clear all ...?

>bc 200

 

... Clears breakpoints at address 0x0200.

>bp

 

 

1:0116

2:0260

1.

set

2.

clear

3.

clear

all

...?

>bc

 

 

 

 

 

 

... Clears all breakpoints.

>bp

 

 

 

 

 

 

 

No PC break

is set.

 

 

 

 

1.

set

2.

clear

3.

clear

all

...?

>

Notes

The bc and bpc commands have the same functions.

If no address parameter is specified, all the breakpoints that have been set are cleared.

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.

An error results if an address that is not set at a breakpoint is specified.

Error : Input address does not exist

GUI utility

[Break Breakpoint Set …] menu item

When this menu item is selected, a dialog box appears for clearing breakpoints. (See the bp com- mand.)

[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

186

EPSON

S5U1C63000A MANUAL

 

 

(S1C63 FAMILY ASSEMBLER PACKAGE)