Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel
Table of Contents

Anchor
1153964
1153964
Syntax

debug [EXPRESSION_SHOW_POSTFIX=yes|no] [EXPRESSION_SHOW_EVALUATION=yes|no] [COMMAND_SHOW_STRUCTURE=yes|no]

Anchor
1153968
1153968
Description

Anchor
1153969
1153969
The debug command turns debug information on and off.

Anchor
1153973
1153973
Each parameter identifies a debug feature, as described in the following table, and specifies whether that feature is turned on (yes) or off (no).

Anchor
1153974
1153974
Parameters

Anchor
1153995
1153995

Parameter

Description

EXPRESSION_SHOW_POSTFIX=yes | no

Postfix version of an expression after it has been converted from infix notation.

EXPRESSION_SHOW_EVALUATION=yes | no

Evaluation of an expression.

COMMAND_SHOW_STRUCTURE=yes | no

Different elements of a command after it has been parsed.

Anchor
1124154
1124154