User Guide

System.capabilities.isDebugger 829
System.capabilities.isDebugger
Availability
Flash Player 6.
Usage
System.capabilities.isDebugger:Boolean
Description
Read-only property; 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.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.isDebugger);