Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 589 Bytes

cmd_verbose.wiki

File metadata and controls

27 lines (17 loc) · 589 Bytes

  1. summary verbose command documentation

Table of Contents

verbose

Control detailed information printed as Soar runs.

Synopsis

Options

|| `-d, --disable, --off` || Turn verbosity off. (default) || || `-e, --enable, --on` || Turn verbosity on. ||

Description

The verbose command enables tracing of a number of low-level Soar execution details during a run. The details printed by verbose are usually only valuable to developers debugging Soar implementation details. Invoke with no arguments to query the current setting.

See Also

[cmd_watch]