MPE/iX Error Messages Manual Vol 3 (32650-90880)
162 Chapter4
Error Messages Viii C 3
Symbolic Debugger
ACTION Re-enter the command with a correct numeric expression.
UE344 MESSAGE "t" MUST BE FOLLOWED BY "a", "b", "c", "m",
or "r", OR
EXPRESSION
CAUSE As part of the t (toggle) command, the t (toggle) was not
followed by one of these commands: a (assertion), b
(breakpoint), c (case), m (macros), or r (recording).
ACTION Refer to the individual command listings in the HP
Symbolic Debugger User's Reference Manual to see valid
toggle commands.
UE345 MESSAGE INVALID WINDOW SIZE
CAUSE The numeric expression given for the new window size on
the window command was not a valid numeric expression
or was outside the range of 1 to 21.
ACTION Re-enter the command with a valid numeric expression
within the range of 1 to 21.
UE346 MESSAGE "exit" IS ONLY ALLOWED WHILE RUNNING
ASSERTIONS
CAUSE The debugger tried to exit the assertions mode while
assertions were not active.
ACTION Refer to the x (exit) command listing in the HP Symbolic
Debugger User's Reference Manual.
UE348 MESSAGE NO PLAYBACK NAME SPECIFIED
CAUSE The < or << command was given without a file name
argument.
ACTION Re-enter the command with the playback file name.
UE349 MESSAGE CAN'T OPEN "FILE" AS PLAYBACK FILE
CAUSE The system failed to open the specified playback file.
ACTION Check the file path and permissions.
UE350 MESSAGE CAN'T OPEN "FILE" AS RECORD FILE
CAUSE The system failed to open the specified record file.
ACTION Check the file path and permissions.
UE351 MESSAGE OPERATOR STACK OVERFLOW
CAUSE The expression was too complicated for the expression
handler to parse. A combination of more than 15 nested
parentheses and/or pending operators may be the cause.
ACTION Re-enter the expression, using less than 15 nested
parentheses.
UE352 MESSAGE OPERATOR STACK UNDERFLOW