Admin Production ni-theme
Current Publication

Setting the Next Statement

LabWindows/CVI

Run»Set Next Statement

Use the Set Next Statement command to change the next statement to execute while you are debugging. This command is useful if you want to skip over code you know is going to fail or if you executed code that failed and you want to go back and investigate that section.

To use this command, move the cursor to the statement you want to execute and select Run»Set Next Statement. A red outline appears surrounding the statement in the source code.

If you try moving from inside one function to another function or from one block or scope to another block or scope, LabWindows/CVI shows a warning dialog box. You can choose to continue or remain in the same position.