trace

Declaration

trace (text: STRING)

Description

Outputs a line to the test engine log. If the log window is open, you will see a green line appear with your text. Use this for debugging.

See Also

script functions
Script Engine

Example

script b is
  trace ('called script b')
end