Ada Programming/Pragmas/Inspection Point
Appearance
Summary
[edit | edit source]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.