/
Using trace() function
Using trace() function
This is a common trick in the translator.
The trace() function is used for viewing variables in the Annotation Windows during development or debugging.
You can trace a single or multiple values at once.
Why use trace() instead of print()?
The print() function creates an informational log message, while trace() does not. Using trace() will keep your logs decluttered.
, multiple selections available,
Related content
String:sub()
String:sub()
Read with this
Error Stack Trace
Error Stack Trace
More like this
Block statements
Block statements
Read with this
How do you use tracing?
How do you use tracing?
More like this
Custom Status
Custom Status
Read with this
See the flow of calls and values of variables
See the flow of calls and values of variables
More like this