MPE/iX Error Messages Manual Vol 3 (32650-90880)

Chapter 4 165
Error Messages Viii C 3
Symbolic Debugger
ACTION Try again with $lang set to a different language.
UE366 MESSAGE INVALID REAL NUMBER
CAUSE The specified numeric expression was not a real number.
ACTION See the appropriate language reference manual, or Table
4-3 in this manual, for the format of real numbers.
UE367 MESSAGE MISFORMED GLOBAL NAME
CAUSE Colon ( : ) must be followed by a variable name (string).
ACTION Refer to the "Entering Variable Names" section in the HP
Symbolic Debugger User's Reference Manual to see how to
specify global variables.
UE368 MESSAGE UNKNOWN GLOBAL
CAUSE The variable specified with :var was not a recognized
global variable name.
ACTION Use the lg (list globals) command to list all known global
variables.
UE369 MESSAGE NEED A ":" AFTER THE NUMBER
CAUSE Proc:depth:var was entered incompletely (:var was
missing).
ACTION Refer to the l (list) command listing in the HP Symbolic
Debugger User's Reference Manual to see a list of
variables.
UE370 MESSAGE INVALID LOCAL NAME
CAUSE Proc[:depth]:var was entered incorrectly. Var must be a
valid variable name in the specified procedure, at the
specified depth.
UE371 MESSAGE UNKNOWN LOCAL
CAUSE The variable specified with proc[:depth]:var was not a
recognized local variable of proc.
ACTION Use the l (list) command to list all known local variables of
the current proc, or use the T (Trace) command to list the
locals, variables, and procedures on the stack.
UE372 MESSAGE PROCEDURE "PROC" NOT FOUND AT STACK DEPTH NUM
CAUSE In proc:depth, the procedure PROC was not on the child
process stack at depth NUM. Either the stack was not that
deep, or the procedure at that depth was not PROC.
ACTION Use the t (trace) command to list the stack.
UE373 MESSAGE UNKNOWN LANGUAGE
CAUSE An attempt was made to modify the current language by
assigning an invalid language designator to the special