Error checking and debugging

Table 1. Error checking and debugging pragmas
Pragma Description
#pragma ibm snapshot

Specifies a location at which a breakpoint can be set and defines a list of variables that can be examined when program execution reaches that location.

#pragma info

Produces or suppresses groups of informational messages.

#pragma operator_new (C++ only)

Determines whether the new and new[] operators throw an exception if the requested memory cannot be allocated.