Renesas HS2378KCM01H Network Card User Manual


 
107
5.2.6 BREAKPOINT_CLEAR: BC
Description:
Clears software breakpoints that have been set.
Format:
bc [<address>]
Table 5.7 BREAKPOINT_CLEAR Command Parameter
Parameter Type Description
<address> Numerical value,
character string
Breakpoint value set by numerical value or symbol
Note: When no parameters are set, all software breakpoints are cleared.
Note: The parameters for this command vary with the product. For the specifications of
each product, refer to the on-line help.
Examples:
To clear all software breakpoints:
>
bc (RET)
To clear all software breakpoints whose address value is H'1000:
>
bc H'1000 (RET)