| Package | com.jeffdePascale.fosfr.debug |
| Class | public class DebugEvent |
| Inheritance | DebugEvent flash.events.Event |
DebugEvent objects when the Debug.update() method sends a new value to the debugger. There is one type of Debug Event:
See also
| Constant | Defined by | ||
|---|---|---|---|
| TRACE : String = "trace" [static]
The
DebugEvent.TRACE constant defines the value of the type property of the event object for a trace event. | DebugEvent | ||
| TRACE | constant |
public static const TRACE:String = "trace"
The DebugEvent.TRACE constant defines the value of the type property of the event object for a trace event.
The properties of the event object have the following values:
| Property | Value |
|---|---|
type | "complete" |
bubbles | A Boolean value. |
cancelable | A Boolean value. |
value | a string value of the debug information. |