User`s manual
Source-Level Debugging in C
Motorola Debugging C and Assembly Code 3-11
9. If the action specified is to execute a command, under Command type the
Debugger command.
10.Click OK.
3.2.4 To Clear a Software Breakpoint
1. From the Execute menu, choose Breakpoints, then select Clear.
The Clear Breakpoints dialog box shown in Figure 3-2 displays a list of all the
current breakpoints.
Figure 3-2. Clear Breakpoints Dialog Box
2. Select the breakpoint you want removed so that it is highlighted.
If you are clearing consecutive breakpoints, you can click and drag to highlight
more than one breakpoint. Or hold down the CTRL key while clicking on
breakpoints to select more than one.
Table 3-1. Software Breakpoint Actions
Breakpoint Resulting Action
Halt Stops program execution when the breakpoint is encountered.
Note Displays the breakpoint expression in the Session window each time it is true. Program
execution continues. The display in the Session window is not updated until program
execution stops.
Show Displays the enabled register/memory set. Program execution continues.
Command Executes a Debugger command at the breakpoint. Device execution commands, such as
TRACE or GO, will not execute.
Increment[n] Increments the n counter by one.










