Admin Production ni-theme
Current Publication

Step Into Command

LabWindows/CVI

Run»Step Into

The Step Into command is similar to the Step Over command except that after the program suspends operation at a function call, Step Into enters the function and suspends at the first statement of the function. Step Into can enter a function only if you define it in a source file. Otherwise, Step Into executes the entire function and suspends execution on the statement following the function call.