HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
2-: 45
Parameters
line_range_
Lines to be traced with pause. The default is all
list1
program lines.
line_range_
Lines for which TRACE PAUSE is to be canceled (can be a
list2
subset of
line_range_list1
). The default is all program
lines.
TRACE VARS and UNTRACE VARS
The TRACE VARS statement traces specified variables.
The UNTRACE VARS statement cancels TRACE VARS for specified variables
(not necessarily for every variable that TRACE VARS traces).
Syntax
{VARS}
TRACE {VAR } [
var_name1
[,
var_name2
]...]
{VARS}
UNTRACE {VAR } [
var_name3
[,
var_name4
]...]
Parameters
var_name1 var_name1
specifies variable to be traced. The default
is all variables in the program.
var_name2
Each
var_name2
specifies an additional variable to be
traced.
var_name3 var_name3
specifies a variable that TRACE VARS is to be
canceled for. The default is all variables in the
program.
var_name4
Each
var_name4
specifies an additional variable that
TRACE VARS is to be canceled for.
TRACE VARS IN and UNTRACE VARS IN
The TRACE VARS IN statement traces all variables in one or more specified
subunits.
The UNTRACE VARS IN statement cancels TRACE VARS IN for specified
subunits (not necessarily for every subunit that TRACE VARS IN
specified).
Syntax
{VARS}
TRACE {VAR } IN
sub_id1
[,
sub_id3
]...
{VARS}
UNTRACE {VAR } IN
sub_id2
[,
sub_id4
]...