Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide


4.7.6 Watch List window

The Watch List window displays the names and values of variables during debugging.

For details about how to add variables to the Watch List window, see 4.4.6(3) Adding variables to the watch list.

[Figure]

Organization of this subsection

(1) Client area

Variable Name

Displays the names of the variables.

Value

Displays the values of the variables. If a specified variable is invalid, one of the following character strings is displayed:

  • Error:Non-numeric Value

    A non-numeric value was specified for a numeric-type variable.

  • Error:Internal Error

    An internal error occurred.

  • Error:Invalid Variable

    The variable name is not valid. This text is also displayed if an index number with only an array variable name specified falls beyond the valid range, or a dimension of a specified array variable is invalid because values cannot be referenced.

  • Error:Insufficient Memory

    A memory shortage occurred.

  • Error:Read-Only Variable

    A value was specified for a read-only variable.

  • No Value

    The specified variable has no value.

This error is displayed when an attempt is made to change a read-only variable or to specify a character string for a numeric-type variable. If debugging is restarted, the previous value before the change is set.

(2) Operations in the Watch List window