NAME

warnings - Enable/Disable Soar warnings

SYNOPSIS

set warnings [on | off]

DESCRIPTION

warnings is a Soar variable which through the Tcl set command, enables and disables the printing of warning messages. If an enabling or disabling status of on or off is given, then the warnings are set to that state. If no status is given, then the current warnings status is printed. At startup, warnings are initially enabled. If warnings are disabled using this command, then most warnings are supressed since some are considered too important to ignore.

OPTIONS

on | 1
Turns on all warnings (initial default)
off | 0
Turns off all but critical warnings

SEE ALSO

variables