pragma Debug

Name

Debug -- 

Synopsis

pragma Debug (PROCEDURE_CALL_STATEMENT);

Description

If assertions are not enabled on the command line, this pragma has no effect. If assertions are enabled, the semantics of the pragma is exactly equivalent to the procedure call. Pragmas are permitted in sequences of declarations, so you can use pragma Debug to intersperse calls to debug procedures in the middle of declarations.