debug - UDM Command

Syntax

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

Description

The debug command turns debug information on and off.

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

Parameters

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.