AIPS HELP file for SETDEBUG in 31DEC25
As of Wed Mar 26 15:53:48 2025
SETDEBUG: Verb to set the debug print and execution level
INPUTS
The debug level to be used throughout AIPS and its
tasks is given as an immediate argument.
HELP SECTION
SETDEBUG
Type: Verb
Use: SETDEBUG(n) will interpret its immediate argument as a
debug level for display and task execution purposes. It
sets the parameter DBGAIP which is available through the
message include file INC:DMSG.INC for use by programmers.
This parameter is passed to tasks in a hidden way by GO
(AU2) and GTPARM. Its uses so far include:
DBGAIP > 0 : Do ZERRO2 for any File Control Block in
calls to ZERROR.
DBGAIP > 1 : Have ZERROR dump the contents of the File
Control Block.
DBGAIP > 10 : Have GO start tasks in local system DEBUG
mode if they have been compiled for
such execution and if any/all required
logicals have been properly set.
Adverbs: The immediate argument is the debug level.
No actual adverbs.
EXPLAIN SECTION