Packagecom.adobe.rtc.util
Classpublic class DebugUtil

Utility class for debugging.



Public Methods
 MethodDefined by
  
dumpObject(p_name:String, p_obj:Object, ... rest):void
[static] Takes an object and traces its content and the type of each member in a tree form.
DebugUtil
  
dumpObjectShallow(p_name:String, p_obj:Object, ... rest):void
[static] Similar to dumpObject() but it's not recursive, and it only traces the first level of the object that's passed in.
DebugUtil
Method detail
dumpObject()method
public static function dumpObject(p_name:String, p_obj:Object, ... rest):void

Takes an object and traces its content and the type of each member in a tree form. In additional to the two standard parameters, two optional parameters may be passed in:

Parameters
p_name:String — The name of the object.
 
p_obj:Object — The object to trace.
 
... rest
dumpObjectShallow()method 
public static function dumpObjectShallow(p_name:String, p_obj:Object, ... rest):void

Similar to dumpObject() but it's not recursive, and it only traces the first level of the object that's passed in. In additional to the two standard parameters, two optional parameters may be passed in:

Parameters
p_name:String — The name of the object.
 
p_obj:Object — The object to trace.
 
... rest




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/util/DebugUtil.html