2.9 Working with Breakpoints
Introduction
Breakpoints allow you to halt program execution at a specific
location. 950IDE can set up to nine breakpoints within a
program. These should be set prior to running the program.
Setting
breakpoints
To set breakpoints:
1. Place the cursor on the line of code in which you want a
breakpoint set.
2. Select Set Breakpoint from the Debug menu or press <F9>.
Removing
breakpoints
To remove a breakpoint:
1. Place the cursor on the line of code which contains a
breakpoint that you want to clear.
2. Select Clear Breakpoint from the Debug menu or press
<F9>.
3. To remove all breakpoints in a program, select Clear All
Breakpoints from the Debug menu.
2 - 12
MA950