Debugging Capabilities

The script debugger is an extremely useful tool for verifying test program logic and determining the source of errors.

This debugger allows the user to set breakpoints through the program and to step into or over individual lines of code.

 

    

 

Use the watch window to keep track of variables in between breakpoints

 

Or use the script trace log as a free form user output.

 

The command window allows the execution of a single statement without needing to run an entire test program.

 

Back to the Software Info