Native Inspect Manual (H06.03+)

Table Of Contents
Using Native Inspect
Native Inspect Manual528122-003
2-10
Print a Variable
Print a Variable
Step Execution (Over Any Function Calls)
Step In to a Called Function
Set a Memory Access Breakpoint (MAB)
Trace the Stack (Back Trace)
(eInspect 0,301): print *local_ptr
$1 = 70 'F'
(eInspect 0,301): print local_ptr
$1 = 0x70000000
(eInspect 0,301): next
43 call1(local_ptr,local_q);
(eInspect 0,301): step
43 call1(local_ptr,local_q);
(eInspect 0,301): step
#0 call1 (string=0x8000200 "From main", q=0)
at C:\mywin\home\myfiles\test\nitest.c:49
49 structure.a = "from call1";
(eInspect 0,301): mab structure.a
(eInspect 0,301): c
Continuing
Process (0,301) received DS_EVENT_MAB (seg:65535, addr:0x6FFFFE40,
pc:0xad7938b
0f438eacc, len:130646536 type:1)
call1 (string=0x8000200 "From main", q=0)
at C:\mywin\home\myfiles\test\nitest.c:50
50 structure.b = 1;
(eInspect 0,301): bt
#0 call1 (string=0x8000200 "From main", q=0)
at C:\mywin\home\myfiles\test\nitest.c:49
#1 0x70001120:0 in main () at C:\mywin\home\myfiles\test\nitest.c:43
#2 0x70000e60:0 in _MAIN () at \SPEEDY.$DATA06.T8432H01.CPLMAINC:68000