When a condition can occur
A condition can occur during your z/OS® Debugger session when:
- A C++ application throws an exception.
- A C and C++ application program executes a
raisestatement. - A PL/I application program executes a
SIGNALstatement. - The z/OS Debugger command
TRIGGERis executed. - Program execution causes a condition to exist. In this case, conditions are not raised at consistency points (the operations causing them can consist of several machine instructions, and consistency points usually occur at the beginnings and ends of statements).
- The setting of
WARNINGisOFF(for C and C++ and PL/I).