Native Inspect Manual (H06.04+)
Using Native Inspect
Native Inspect Manual—528122-005
2-13
Start Program Under Native Inspect Control
Start Program Under Native Inspect Control
Notes
•
The next command advances execution from the beginning of the program unit to
the first executable statement.
List Source and Set a Breakpoint at a Line Number
Notes
•
The the break (b) command sets a breakpoint at line 319 to suspend execution
upon return from the first PERFORM.
DATA3 COBBAT 53> rund xcs000ds0
TNS/E Native Inspect gdb Debugger [T1237 - 04-Apr-2006 09:00]
Copyright 1998 Free Software Foundation, Inc.
Copyright 2003-2006 Hewlett-Packard Development Company, L.P.
Native Inspect (based on GDB) is covered by the GNU General Public
License.
Type "show copying" for conditions for changing and/or distributing
copies.
Type "show warranty" for warranty/support information.
Working directory \PELICAN.$SYSTEM.SYSTEM.
Symbols read in for program loadfile \PELICAN.$DATA3.COBBAT.XCS000D0.
Added process (3,1012).
Switching process (3,1012) to eInspect from DMON
Breakpoint 1 at 0x70001600:0: file \PELICAN.$DATA3.COBBAT.SCS000D, line 5.
(eInspect 3,1012):next
318 perform initialization thru initialization-exit.
Current language: auto; currently COBOL
eInspect 3,1012):list
313
314 PROCEDURE DIVISION.
315
316 MAIN SECTION.
317 CALE-1-MAIN-PARA-1.
318 PERFORM INITIALIZATION THRU INITIALIZATION-EXIT.
319 PERFORM READ-SEQ1-TABLE THRU SEQ1-TABLE-EXIT 4 TIMES.
320 IF ERROR-DETECTED
321 PERFORM STOP-RUN.
322 PERFORM READ-SEQ2-TABLE UNTIL EOF OR ERROR-DETECTED.
(eInspect 3,1012):b 319
Breakpoint 2 at 0x70001bd0:0: file \PELICAN.$DATA3.COBBAT.SCS000D, line
319.










