UNBREAK
If
you specify a line number in the line-list which is equal to zero or
greater than 32767, the message
"BAD
LINE
NUMBER"
is
displayed and the command is ignored (no breakpoints are removed
at
any line specified).
If
you specify a line number in the line-list which
is
a valid line
number but
is
not a line in the program, the warning "BAD
LINE
NUMBER" IS displayed. Hreakpoints are removed
at
the lines
specified which
are
program lines.
11·34
Examples:
>BREAK
130
>UNBREAK
130,110150
*
BA~
LINE
NUMBER
>RUN
26.7
*
BREAKPOINT
AT
130
:-CONTINUE
19.3
**
~ONE
**
>BREAK
130
:-UNBREAK
130,105
*
WARNING:
BAD
LINE
NUMBER
>RUN
26.7
19.3
**
DONE
**
User's Reference Guide