![]() | ![]() |
Definition at line 7 of file DebugUtils.as.
Static Public Member Functions | |
| static function | setDebugMarker (aObject:Object, aMarker:String) |
| static function | getDebugMarker (aObject:Object) |
| static function | getCallContextString (aContextObject, aCallArguments) |
| static function | objectToString (aObject) |
| static function | trace (aTracedObject) |
| static function | traceContext (aTracedObject, contextObject:Object, contextArguments:Object) |
| static function | dump (o:Object, marker:String, recurseDepth:Number) |
| static function | dumpContext (o:Object, marker:String, recurseDepth:Number, contextObject:Object, contextArguments:Object) |
| static function | getDumpTitle (aObject:Object, aMarker:String) |
| static function | getDumpString (aObject:Object, aRecurseDepth:Number, indent:Number) |
Static Private Member Functions | |
| static function | arrayToString (aArray:Array) |
Static Private Attributes | |
| static var | mSOSTraceSocket: XMLSocket = new XMLSocket() |
| static var | mSOSCommandSocket: XMLSocket = new XMLSocket() |
| static var | mSocketsInitialized: Boolean = false |
| static function gugga.utils.DebugUtils.setDebugMarker | ( | aObject:Object | , | |
| aMarker:String | ||||
| ) | [static] |
Definition at line 13 of file DebugUtils.as.
| static function gugga.utils.DebugUtils.getDebugMarker | ( | aObject:Object | ) | [static] |
Definition at line 19 of file DebugUtils.as.
| static function gugga.utils.DebugUtils.getCallContextString | ( | aContextObject | , | |
| aCallArguments | ||||
| ) | [static] |
Definition at line 24 of file DebugUtils.as.
| static function gugga.utils.DebugUtils.arrayToString | ( | aArray:Array | ) | [static, private] |
Definition at line 47 of file DebugUtils.as.
| static function gugga.utils.DebugUtils.objectToString | ( | aObject | ) | [static] |
Definition at line 65 of file DebugUtils.as.
| static function gugga.utils.DebugUtils.trace | ( | aTracedObject | ) | [static] |
Definition at line 120 of file DebugUtils.as.
| static function gugga.utils.DebugUtils.traceContext | ( | aTracedObject | , | |
| contextObject:Object | , | |||
| contextArguments:Object | ||||
| ) | [static] |
Definition at line 132 of file DebugUtils.as.
| static function gugga.utils.DebugUtils.dump | ( | o:Object | , | |
| marker:String | , | |||
| recurseDepth:Number | ||||
| ) | [static] |
Definition at line 147 of file DebugUtils.as.
| static function gugga.utils.DebugUtils.dumpContext | ( | o:Object | , | |
| marker:String | , | |||
| recurseDepth:Number | , | |||
| contextObject:Object | , | |||
| contextArguments:Object | ||||
| ) | [static] |
Definition at line 155 of file DebugUtils.as.
| static function gugga.utils.DebugUtils.getDumpTitle | ( | aObject:Object | , | |
| aMarker:String | ||||
| ) | [static] |
Definition at line 169 of file DebugUtils.as.
| static function gugga.utils.DebugUtils.getDumpString | ( | aObject:Object | , | |
| aRecurseDepth:Number | , | |||
| indent:Number | ||||
| ) | [static] |
Definition at line 188 of file DebugUtils.as.
var gugga.utils.DebugUtils.mSOSTraceSocket [static, private] |
Definition at line 9 of file DebugUtils.as.
var gugga.utils.DebugUtils.mSOSCommandSocket [static, private] |
Definition at line 10 of file DebugUtils.as.
var gugga.utils.DebugUtils.mSocketsInitialized [static, private] |
Definition at line 11 of file DebugUtils.as.
1.5.2