Debug the VIs you call from TestStand by stepping into the VI in LabVIEW.

  1. Place a breakpoint on the LabVIEW Pass/Fail Test step.
  2. Select Execute»Run MainSequence.

    Execution pauses on the LabVIEW Pass/Fail Test step.

  3. In the Execution window, click Step Into.

    LabVIEW becomes the active application and opens the LabVIEW Pass/Fail Test VI in a suspended state.

  4. Open the block diagram of the suspended VI.
  5. Use the LabVIEW toolbar to step through the VI.
    • Select Step Into or Step Over.
    • To stop stepping and run the VI to completion, select Finish VI.
  6. When you finish stepping through the VI, click Return to Caller on the LabVIEW toolbar.

    Execution pauses on the next step in the sequence.

  7. In TestStand, click Resume to complete execution.
  8. Close the Execution window.
  9. Remove the breakpoint from the LabVIEW Pass/Fail Test step. Leave the sequence file open for the next tutorial.