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

Chapter 4 159
Error Messages Viii C 3
Symbolic Debugger
use the breakpoint count command on an existing
breakpoint.
ACTION Refer to the "Breakpoint Commands" section in the HP
Symbolic Debugger User's Reference Manual to see the
correct syntax for breakpoint commands.
UE319 MESSAGE COUNT MUST BE POSITIVE OR NEGATIVE
CAUSE A count of zero was given for a breakpoint or breakpoint
count command.
ACTION Re-enter the command with a non-zero count.
UE320 MESSAGE MUST SPECIFY A MACRO NAME
CAUSE The def command was entered without arguments.
ACTION Refer to the "Macro Facility Commands" section in the HP
Symbolic Debugger User's Reference Manual to see the
correct syntax for the def command.
UE321 MESSAGE "NAME" IS NOT A VALID MACRO NAME
CAUSE The debugger tried to define a macro via the def command
where the NAME specified was not a string of
alphanumeric characters beginning with a letter.
ACTION Re-enter the def command using a string of characters
beginning with a letter for the macro name.
UE322 MESSAGE MUST SPECIFY WHICH MACRO TO DELETE
CAUSE The undef command was entered to delete or undefine a
macro without giving the name of the macro to delete.
ACTION Use the lm (list macros) command to list all defined
macros.
UE323 MESSAGE UNKNOWN NAME OR COMMAND "NAME"
CAUSE An unrecognized string (NAME) was encountered as a
debugger command.
ACTION Refer to the HP Symbolic Debugger/XL Quick Reference
Guide to see tables of valid debugger commands.
UE324 MESSAGE UNKNOWN COMMAND "CMD" (NUM)
CAUSE The command CMD (internal value NUM) is not
supported. The message "Unknown
name or command" is usually displayed.
ACTION Refer to the HP Symbolic Debugger/XL Quick Reference
Guide to see tables of valid debugger commands.
UE326 MESSAGE EMPTY ASSERTION NOT ADDED
CAUSE The assertion command was given without an associated
command list.