MPE/iX Error Messages Manual Vol 3 (32650-90880)
Chapter 4 161
Error Messages Viii C 3
Symbolic Debugger
the assertion to suspend or delete.
UE335 MESSAGE "Directory" COMMAND NEEDS A DIRECTORY NAME
(IN QUOTES)
CAUSE The D (Directory) command was invoked without
specifying a directory name surrounded by double
quotation marks ( " ).
ACTION Re-enter the D (Directory) command and enclose a valid
directory name in quotation marks ( " ).
UE336 MESSAGE INVALID EXPRESSION FOR DEPTH ON "CMD" COMMAND
CAUSE The CMD command was given with an expression for a
depth that the debugger cannot evaluate.
ACTION Use the t (trace) command to view the stack for the proper
procedure and depth.
UE337 MESSAGE "format" COMMAND NEEDS A STRING ARGUMENT
CAUSE The f (format) command was followed by something other
than null or a string in quotation marks.
ACTION Refer to the "Miscellaneous Commands" section in the HP
Symbolic Debugger User's Reference Manual for more
information about the f (format) command.
UE338 MESSAGE "goto" MUST BE FOLLOWED BY A LINE NUMBER
CAUSE A g (goto) command was given without a numeric
argument or valid label.
ACTION Refer to the "Miscellaneous Commands" section in the HP
Symbolic Debugger User's Reference Manual for more
information about the g (goto) command.
UE339 MESSAGE MISSING "{"
CAUSE The i (if) command did not have a brace ( { ) following the
conditional expression. Or, the expression might have been
entered incorrectly.
ACTION Re-enter the expression, enclosing the command-lists in
braces.
UE341 MESSAGE MAP IS NOT SUPPORTED
CAUSE Your version of the debugger does not support the M (Map)
command, because core files are unsupported.
ACTION Do not enter the M (Map) command.
UE343 MESSAGE INVALID EXPRESSION GIVEN FOR "CMD" COMMAND
CAUSE A non-numeric expression was entered as part of the s
(step), S (Step), t (trace), T (Trace), and sa (suspend
assertion) commands.