This is an old revision of the document!


Tutorial: Debugging and Model Animation

Debugging features

You may encounter issues during test generation and model execution (running your scripts). Although issues you may encounter may overlap, debugging test generation issues has distinctive needs than debugging model execution issues.

Below is the list of helpful features in debugging:

  • debug run mode - interactively stepping through model execution
  • play run mode - visualize model execution with ability to pause
  • Execution Monitor - console to interrogate model during execution
  • graphs - helpful for debugging test sequence issues
  • logging - log messages to model log or Server Log

Debugging test generation

Debugging automation script

Debug console

Logging