Ada Programming/Pragmas/Inspection Point
Summary
The pragma Inspection_Point directs the compiler to ensure that the specified variable is available where the pragma appears.
This pragma aids in debugging.
The pragma Inspection_Point directs the compiler to ensure that the specified variable is available where the pragma appears.
This pragma aids in debugging.