Download - Service, Support

Transcript
Organon XDB Command Set
2.58 SET EVALUATE
Syntax
SET EVALUATE [<format>] [<size>] [/ADDRESS] [/LEVEL[=<nr>]]
[/WINDOW[=<nr>]] <expr>
Description
The mentioned <expression> is stored in an internal list. After every STEP,
NEXT or RUN command, all expressions from this list are evaluated, and the
results are written to the command window.
If local variables are monitored, they are evaluated only if they are valid at
the current point of the program.
As a default, scalar values are in decimal and all pointers are in hexadecimal
notation.
If a pointer has the value 0, the string “(NIL)“ is printed. In case of function
pointers, the name of the procedure which is referenced by the pointer is
printed.
format
The option <format> may be one of the following:
/ASCII [:<length>]
/BINARY
2-82
/DEC
/HEX
/OCTAL
Debugging C Programs
C79000-G7076-C520-01