Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorial:debugging [2020/07/19 15:03]
admin
tutorial:debugging [2021/01/05 03:00]
Line 1: Line 1:
-====== Tutorial: Debugging and Model Animation ====== 
- 
-Learning Objectives: 
-  * [[#Debugging features]] 
-  * [[#Debugging test generation]] 
-  * [[#Debugging automation script]] 
-  * [[#Debug console]] 
-  * [[#Logging]] 
- 
-===== 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 
-  * [[../monitor | 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 ===== 
- 
-