33
3.7 Setting the Software Breakpoint
A breakpoint is one of the easy debugging functions.
The [Program] window provides a very simple way of setting a software breakpoint at any point
in a program. For example, to set a breakpoint at the sort function call:
• Select by double-clicking the [BP] column on the line containing the sort function call.
Figure 3.8 [Program] Window (Setting a Software Breakpoint)
The word [• Break] will be displayed on the line containing the sort function to show that
a software breakpoint is set.