/
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
Error Stack Trace
Error Stack Trace
More like this
# Operator on Strings
# Operator on Strings
More like this
Logs
More like this
String:sub()
String:sub()
Read with this
Viewing Log Details
Viewing Log Details
More like this
Custom Logging
Custom Logging
Read with this