Inspect Manual
Inspect Manual—429164-006
13-1
13
Using Inspect With TAL and pTAL
Scope Units and Scope Paths on page 13-1
Code Locations on page 13-1
Data Locations on page 13-5
Expressions on page 13-8
TAL and pTAL Data Types and Inspect on page 13-9
Command Usage Guidelines for TAL and pTAL Programmers on page 13-11
Scope Units and Scope Paths
TAL and pTAL have only one type of scope unit: the procedure. When debugging a
program written in TAL and pTAL, you must specify a procedure name whenever an
Inspect command expects a scope unit.
Here is the syntax you use to identify TAL and pTAL scope paths in Inspect.
Code Locations
Here is the syntax you use to identify TAL and pTAL code locations in Inspect.
scope-path:
#procedure
code-location:
{ scope-path } [ code-offset ]
{ [ scope-path. ] code-reference }
code-reference: one of
procedure
subproc
[ subproc. ] label
[ subproc. ] entry-point
statement-number
#line-number
[ (source-file) ]