16. Debugging Your Application : How You Can Use Break Conditions : Break Conditions : Set Break Conditions
 
Share this page                  
Set Break Conditions
You set break conditions in a component script on the Debug tab of OpenROAD Workbench.
To set a break condition
1. Click the Develop tab and select the application you want to debug in the Applications portlet.
2. Click the Debug tab.
The components of the selected application are displayed in the Source Components portlet on the left side of the window.
3. Select the component in whose script you want to set a breakpoint.
The script for the component is displayed in the Source Breakpoints portlet on the right side of the window.
4. Click the line number where you want to set the breakpoint.
You can also set source breakpoints using the View Processed Script option in the Frame Editor or the 4GL Procedure Editor.
For more information about types of break condition, see the appropriate section.