# Metadata
Platforms: desktop OS: mac, windows, linux Introduced: 1.0 Security:
# Syntax
set the traceReturn to {true | false}
# Examples
set the traceReturn to true
# Description
Use the traceReturn property to step forward in the script being debug.
When a handler is traced, each line is executed, after a specified delay. Using the script debugger, you can trace a handler slowly while watching the order in which lines are executed and the value of variables as they change, in order to track down any errors in the handler.
If the debugger is not active, setting this property has no effect.
>*Important:* This property may change or be removed in future > releases.
# Tags
# See