Programming Guide : Debugging Your Application : How You Can Use Break Conditions
 
Share this page          
How You Can Use Break Conditions
You can set source breakpoints or breaks for the following conditions:
Events—user, database, or window manager events
Errors—DBMS, data facility, communications, or other specific classes of errors
Calls to frames and 4GL and 3GL components
Method invocations in user or system classes
Thread starts
When a break condition occurs, control passes to the Debugger so that you can examine the state of the program.
The OpenROAD Debugger recognizes the following types of break conditions:
Source Breakpoints
Event Break Conditions
Error Break Conditions
Call Break Conditions
Method Invocation Break Conditions
Thread Start Breakpoints