Debugger Errors (DB1-DB8) [ Symbolic Debugger/iX User's Guide ] MPE/iX 5.0 Documentation
Symbolic Debugger/iX User's Guide
Debugger Errors (DB1-DB8)
DB1 MESSAGE Assigning to NUM byte object from NUM byte
object; moved NUM bytes
CAUSE The object on the left side of an assignment was
not equal to the size of the right side of the
expression. The debugger copied a series of bytes
equal in size to the left side of the assignment
statement.
ACTION Re-enter the command, using expressions of equal
length, or else results based on truncation will
occur.
DB10 MESSAGE WARNING: TOO FEW PARAMETERS
CAUSE An attempt was made to call a debuggable procedure
from the command line with a different number of
parameters than specified in the symbol table. The
procedure can still be called, but it may lead to
odd results which depend on the language and the
called procedure.
ACTION Use the V (View) command to view the procedure to
determine the correct number of parameters.
DB11 MESSAGE WARNING: TOO MANY PARAMETERS
CAUSE An attempt was made to call a debuggable procedure
from the command line with a different number of
parameters than specified in the symbol table. The
procedure can still be called, but it may lead to
odd results which depend on the language and the
called procedure.
ACTION Use the V (View) command to view the procedure to
determine the correct number of parameters.
MPE/iX 5.0 Documentation