Debug - Set Next Statement

At run time:

Ribbon bar. Select the Debug tab. In the Statement group, click Set Next to select the next line of code to execute (must be in break mode).

Classic menus. From the Debug menu, select Set Next Statement to select the next line of code to execute (must be in break mode).

The line that the cursor is on will be set as the next statement. The chosen statement can appear before or after the current statement, just as long as both statements are within the same function. Note that all intervening code and breakpoints will not be executed. See also Debug - Show Next Statement.