Inspect Manual
Inspect Manual—429164-006
12-1
12 Using Inspect With Pascal
Scope Paths and Scope Units on page 12-1
Code Locations on page 12-2
Data Locations on page 12-5
Expressions on page 12-7
Pascal Data Types and Inspect on page 12-7
Inspect Enhancements and Restrictions for Pascal on page 12-15
Command Usage Guidelines for Pascal Programmers on page 12-15
Scope Paths and Scope Units
Pascal has two types of scope units: procedure and function. When debugging a
program written in Pascal, you must specify one of these types whenever an Inspect
command requires or expects a scope unit.
Here is the syntax you use to identify Pascal scope paths in Inspect.
Usage Guidelines
Exported procedures: If an exported procedure (a procedure declared in another
compilation unit) has the same name as a module, Inspect cannot access its symbol
information.
scope-path:
#scope-unit [ .scope-unit ]...
scope-unit: one of
function
procedure