Messenger Plus! Live - Scripting Documentation

The Debug::Trace function sends text to the Script Debugging window. If the debugging options are not enabled, the function does nothing.

Syntax

Trace(
    [string] Text
);

Parameters

Text
[string]  Text to send to the debug window. A carriage return is automatically added to the end of the string.

Return Value

No value is returned by this function.

Remarks

The Script Debugging window is visible when debugging options are enabled in the Preferences. For more information, please read Scripting Environment.

Function Information

Object Debug
Availability Messenger Plus! Live 4.00

See Also

Debug Object, Scripting Environment.