Debugging TestStand Sequence Execution
- 업데이트 날짜:2026-07-27
- 1분 (읽기 시간)
Set breakpoints, choose an execution entry point, and use step controls to debug a sequence file.
Use this procedure to run and debug a sequence file from the execution view.
- Open the sequence file you want to debug.
-
To add a breakpoint in the step list, hover over the left side of the
Name column. Click the red circle that appears in the
margin.
Figure 3. Set a Breakpoint in the Step List
- Select the execution entry point for the sequence file.
- Start execution to open the execution view.
-
Use the debug controls to move through the execution.
- Step Into
- Step Over
- Step Out
Figure 4. Debug Window
The sequence runs from the selected entry point, and execution pauses at breakpoints so you can inspect and control step flow.
Note
Step Into is supported only for sequence call steps. Stepping into code modules is not supported.