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
raise
statement. - A PL/I application program executes a
SIGNAL
statement. - The z/OS Debugger command
TRIGGER
is 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
WARNING
isOFF
(for C and C++ and PL/I).