Programming Guide : 16. Debugging Your Application : How You Can Use Break Conditions : Call Break Conditions
 
Share this page                  
Call Break Conditions
A call break condition causes the application to give control to the OpenROAD Debugger when the frame or procedure you specify is called. The Debugger takes control just before the statement that calls the frame or procedure.
Note:  You cannot set a call break condition on a database procedure call.
Set Call Break Conditions
You can set call break conditions in the Breakpoints: Calls to components in application portlet (Calls portlet tab) of the Debug tab.
To set a call break condition
1. Click the Develop tab and select the application in which you want to set call break conditions in the Applications portlet.
2. Click the Debug tab.
3. Click the Calls portlet tab on the right side of the Workbench window.
The Breakpoints: Calls to components in application portlet is displayed, showing all of the called components in the application.
4. Select the Break option for as many calls as desired.
Call break conditions are displayed in the Activations portlet of the Debug tab. If you want to deactivate or reactivate a break condition, select or clear the appropriate check box in the Activations portlet.