You set a breakpoint to suspend execution at a specific statement in a procedure; for example, where you suspect problems may exist. You clear breakpoints when you no longer need them to stop execution.
To set a breakpoint
The breakpoint is added and the line is set to the breakpoint color defined on the Editor Format tab in the Options dialog box.
If you set a breakpoint on a line that contains several statements separated by colons (:), the break always occurs at the first statement on the line.
To clear a breakpoint
To clear all breakpoints in the application
Note Breakpoints set in code are not saved when you save your code.