Native Inspect Manual (H06.03+)

Table Of Contents
Using Native Inspect
Native Inspect Manual528122-003
2-12
Enable “pretty” Printing
Enable “pretty” Printing
Modify a Structure Field
Terminate Program and Session
(eInspect 0,301): set print pretty
(eInspect 0,301): print structure
$3 = {
a = 0x8000210 "from call1",
b = 1
}
(eInspect 0,301): set structure.b = 4
(eInspect 0,301): print structure
$4 = {
a = 0x8000210 "from call1",
b = 4
}
(eInspect 0,301): kill
Kill the program being debugged? (y or n) y
Program exited with code 06.