16. Debugging Your Application : How You Can Use Break Conditions : Break Conditions : Deactivate and Reactivate Break Conditions
 
Share this page                  
Deactivate and Reactivate Break Conditions
You can deactivate a break condition without deleting it.
To deactivate a break condition
1. Click the Develop tab and select the application containing the component with break conditions 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. (Optional.) Select the component in whose script you want to deactivate a breakpoint condition.
The script for the component is displayed in the Source Breakpoints portlet on the right side of the window.
4. Click the Activations portlet tab on the left side of the window.
5. Click the check box for the condition you want to deactivate so that it is unchecked.
The Debugger will ignore a break condition while it is deactivated.
The deactivated breakpoint is still marked in the script, but is displayed only as an outline:
To reactivate a deactivated break condition
1. Click the Develop tab and select the application containing the component with break conditions 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. Click the Activations portlet tab on the left side of the window.
4. Click the check box of the deactivated condition so that it displays a checkmark.
For instructions to delete break conditions, see How You Can Delete Break Conditions (see How You Can Delete Break Conditions).