The Set Run pointer/next Statement command sets the execution point to the line in your script that you choose. This feature is only available while at a breakpoint during debugging.
Use the Set Run pointer/next Statement command when you want to re-run a statement within the current procedure or to skip over statements in your script you do not want to play back. While debugging a script, this feature lets you control flow to aid in error recognition and reduce the time needed to diagnose and fix errors.