Main Help → All Commands → Language Reference → Dump
The Dump
command writes arguments of all commands to the output window. Its format is:
Dump <(option)>,<(option2)>,<...>
where (option)
is off
, parsed
, or evaluated
. These options mean
off
: turns the option off; no arguments written.parsed
: write arguments after a command line has been parsed, but before any expressions in arguments have been evaluated.evaluated
: write arguments after expressions have been evaluated.(option)
is not supplied, arguments will be written before and after expressions are evaluated.Dump
command can have multiple arguments and they will be processed in order. For example,
Dump parsed,evaluatedis the same as
Dump
with no arguments. The command
Dump off,parsedwill turn of any prior settings and then start the
parsed
option.Dump
commands will toggle settings with previous commands.