STF.enableAutoTrace()

Availability

Flash MX 2004 or 8 swf w/ ScreenTimeScreenSaver component + ScreenTime 3.0 / 3.0

Usage

STF.enableAutoTrace(enable:Boolean) : Void

Parameters

enable - True or false.

Returns

Nothing.

Description

Method; Enables or disables automatic tracing of all debugging commands. See Debugging Your ScreenTime for more information on how to use this command and others when debugging an ScreenTime application.

Example

The following example enables automatic tracing.

STF.enableAutoTrace(true);

See Also

STF.trace()