Arbortext Command Language > set Command Options > set gentexttrace
  
set gentexttrace
set gentexttrace= { #NONE | #ALL | [-] varname1 [, [-] varname2] [..., [-] varnamen]}
This command traces the listed varnameN variables declared in the FOSI's rsrcdesc. Use the special variable names #ALL or #NONE to turn tracing on or off (respectively) for all variables. Multiple variables may be specified by listing names separated by commas. Tracing may be turned off for a variable by preceding the variable name (varnamen) with a minus sign.
* 
The command does not control tracing for cross-reference FOSI variables. Use the set gentextxreftrace command for this purpose.
Examples:
The following command would trace all variables defined in a FOSI's rsrcdesc.
set gentexttrace=#ALL
The following command would trace the variables divs1ct, divs2ct, and divs3ct.
set gentexttrace="divs1ct, divs2ct, divs3ct"
The following command would trace all variables defined in a FOSI's rsrcdesc, except the variables divs1ct, divs2ct, and divs3ct.
set gentexttrace=#ALL, "-divs1ct, -divs2ct, -divs3ct"
The following command would turn off all FOSI variable tracing.
set gentexttrace=#NONE
Related Topics
set gentexttracemaxlen command
set gentextxreftrace command