An integer expression that specifies the line number in procedure (based at line 1 of the debug listing) where you want to set the breakpoint. A positive integer greater than or equal to 1 represents a line number in the specified
procedure file. Zero (0) or a negative integer value represents the first executable line of the main procedure block in the specified
procedure file. If you do not specify
line-number, the method sets the breakpoint at the first executable line of
procedure file. If
line-number is greater than the last executable line number, the method sets the breakpoint at the last executable line of
procedure. If
line-number does not specify an executable line, the method sets the breakpoint at the next executable line after the line specified by
line-number.
If you invoke DEBUGGER:SET-BREAK ( procedure ,
line-number ) on the same line that is specified by
procedure and
line-number, the specified line executes the first time without breaking. The breakpoint occurs only on the second and succeeding executions of the line.