TAL Programmer's Guide
Debugging Programs
Running and Debugging Programs
096254 Tandem Computers Incorporated 16–9
Figure 16-3. Running a Sample Inspect Session
1. 25> RUND myprog
INSPECT - Symbolic Debugger - T9673D20 - (01JUN93) . . .
Copyright Tandem Computers Incorporated 1983, 1985-1993
INSPECT
*175,08,111 MYPROG #MYPROC.#6(MYSRC)
2. -MYPROG-BREAK #21
Num Type Subtype Location
1 Code #MYPROC.#21(MYSRC)
3. -MYPROG-RESUME
INSPECT BREAKPOINT 1: #21
175,08,111 MYPROG #MYPROC.#21(MYSRC)
4. -MYPROG-DISPLAY total
TOTAL = 15
5. -MYPROG-CLEAR *
Breakpoint cleared: 1 Code #MYPROC.#21(MYSRC)
6. -MYPROG-STOP
26>
If the results of the program are incorrect, correct the source file by using a text editor,
recompile the source file, and rerun the object file in an Inspect session.