User`s manual

Source-Level Debugging in C
Motorola Debugging C and Assembly Code 3-9
3.2.3 Setting Software Breakpoints in a C Program
The following procedure details the exact steps required to set a software breaktpoint.
1. From the Execute menu, choose Breakpoints, then select Set Software.TheSet
Breakpoints dialog box shown in Figure 3-1 appears.
Figure 3-1. Setting a Software Breakpoint
2. Under Breakpoint Number select the number you want to assign to this
breakpoint. The default number that is shown is the next available number.
Breakpoint numbers do not have to be consecutive, they can be assigned arbitrarily.
For example, it may be convenient to allocate breakpoints so that one function is
assigned breakpoints 1 to 10, another 11 to 20, and so on.