Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorial:debugging [2020/12/31 18:54] – [Tutorial: Debugging and Model Animation] admintutorial:debugging [2024/01/02 19:37] (current) – external edit 127.0.0.1
Line 61: Line 61:
  
  
- 
-===== Debug console ===== 
  
  
 ===== Logging ===== ===== Logging =====
 +
 +//TestOptimal// logs runtime errors to the //Server Log// file.
 +
 +You can also log messages from your scripts by using $SYS.log(...).  The messages are written to the //Script Log// file which is cleared before each model execution.
 +
 +Some of the plugins may also creates driver specific log files, such as Selenium's browser drivers.
 +
 +All log files can be found in //logs// folder.