Open System Services Porting Guide (G06.24+, H06.03+)

Table Of Contents
The Development Environment
Open System Services Porting Guide520573-006
2-20
Using the Debuggers With OSS Files
Running the Debuggers
You can start each debugger by itself and then run programs within it, or you can start
both a debugger and your program at the same time. The following commands both
start the debugger from a TACL prompt, but the second command starts both the
debugger and your program at the same time:
>INSPECT
>RUN INSPECT GPROG
The debugger that is started depends on the program type, as shown in the following
table:
The following commands are entered from the OSS shell. The first command starts the
debugger. The second command starts both the debugger and your program at the
same time. The debugger started depends on the program type, as shown in the
preceding table.
$ gtacl -p inspect
$ run -debug -inspect=on ossprog
Additionally, you can start Visual Inspect with one of the following commands:
>RUNV WSADDR=MYPC GPROG (Guardian)
$ runv -wsaddr=mypc ossprog (OSS)
These commands start the Visual Inspect debug session on the workstation MYPC.
If you are familiar with the dbx debugger on workstations and not familiar with the
Inspect or Native Inspect debugger, see Appendix C, Equivalent Inspect Debugging
Commands for dbx Commands or Appendix D, Equivalent Native Inspect Debugging
Commands for dbx Commands.
OSS Environment Considerations
The following usage considerations provide information specific to debugging in the
OSS environment:
Line numbers might be different when using source assigns between Guardian
EDIT files and OSS files.
Program Type Debugger Started
TNS/R native non-PIC Visual Inspect if a matching client connection has been
established, Inspect otherwise
TNS/R native PIC Visual Inspect if a matching client connection has been
established, Debug otherwise
TNS/E native Visual Inspect if a matching client connection has been
established, Native Inspect otherwise