16. Debugging Your Application : How You Can Use Break Conditions : Source Breakpoints : Ways to Set Source Breakpoints
 
Share this page                  
Ways to Set Source Breakpoints
There are a number of ways to access a script to set source breakpoints:
In the Frame Editor or 4GL Procedure Editor
Click Tools, Processed Script/Breakpoints.
The script is displayed.
On the Debug tab
1. Click the Develop tab and then select an application in the Applications portlet.
2. Click the Debug tab.
3. Select the component in the Source Components portlet.
The script is displayed in the Source Breakpoints portlet.
From the Develop tab
1. Click the Develop tab and then select an application in the Applications portlet.
2. Select a component in the Components portlet.
3. Click Run, Debug.
The Debugger window opens, displaying the script.
In the Debugger
When a running application has stopped at a predefined breakpoint, the Debugger opens. You can set additional source breakpoints in the Debugger.