Flash Lite 2.x and 3.0 ActionScript Language Reference

isDebugger (capabilities.isDebugger property)

public static isDebugger : Boolean [read-only]

A Boolean value that indicates whether the player is an officially released version (false) or a special debugging version (true). The server string is DEB.

Note: For Flash Lite 2.0, the value returned is always false.

Example

The following example traces the value of this read-only property:

 trace(System.capabilities.isDebugger);