E DEBUG command [ MPE Debug/Stack Dump Reference Manual ] MPE/iX 5.0 Documentation
MPE Debug/Stack Dump Reference Manual
E
DEBUG command
Exits from DEBUG and resumes program execution; optionally, deletes
values from top of stack. Can also be used to terminate program.
SYNTAX
E [ parameternum]
or
E@
NOTE E@ terminates the program.
PARAMETERS
parameternum An expression which specifies the number of values to be
deleted from the stack counting back from the
top-of-stack, S. This expression cannot be greater than
255. If omitted, and if @ is omitted, control returns
to the instruction following a direct call to DEBUG, or
to the instruction which generated a break to DEBUG.
(Optional parameter.)
EXAMPLES
?E2
Delete 2 values (S-0 and S-1) from the stack and resume program
execution.
MPE/iX 5.0 Documentation