Description
Print the value of the parameters in the trace window. This method works only in the preview mode.
Syntax
trace(exp_1, exp_2, ..., exp_n)
Parameters
Returns
Nothing.
Example
var x = "Hello world"; trace(x);