16. Debugging Your Application : How Debugging an Application Works : How You Can Control Execution of Your Application : Step To End Button
 
Share this page                  
Step To End Button
The Step To End button continues script execution until the next end, return, or resume statement in the current block or procedure.
If a break condition is encountered before reaching an end, return, or resume, the break will occur. If you continue execution after handling the break, the Debugger still takes control at an end, return, or resume as if the intervening break had not occurred.
Note:  The control of execution during the watch state is the same as when the application is running in a normal state except that the Step To End choice is not available. Control can be exercised by selecting Step, Step Into, or Continue while in the watch state of execution.