You can set a breakpoint at a specific line.

To add a breakpoint at a specific line in a named procedure:

  1. In the New Breakpoint dialog box, choose the At Line tab.
  2. Enter the name of an ABL procedure.
  3. Enter an INTEGER value that specifies a line number in the current or specified procedure.
  4. Specify a condition that must be satisfied for the breakpoint to be honored (optional).
  5. Click OK.

A breakpoint indicator appears in red in the shaded area to the left of each line in the source code pane where a breakpoint is set. You can also add a breakpoint by clicking in the shaded area to the left of a line in the source code pane directly.