Datasheet

218
c The c command is used to clear a breakpoint. Typing c shows the set breakpoints, as shown in
Figure 218.
Clear a breakpoint by typing a c
>Clr Bkpt 024e 0000
Figure 218. Clearing a Breakpoint Command
To clear one of the breakpoints (other than zero), it is necessary to enter the associated address. Typing
the <ENTER> key after entering the address clears the breakpoint. See Figure 219.
Press <ESC> here
To clear a breakpoint type c
To clear a breakpoint enter the location: 24e <ENTER>
Start set breakpoint mode by typing s to show the cleared breakpoint
>Clr Bkpt 024e 0000 24e
>set Bkpt 0000 0000
Figure 219. Clearing a Breakpoint Location