Prints the contents of the specified object to debug output.
public static void printObject( Object object )
object
The object to print.
This method will be omitted from your code unless you have either the DEBUG or TRACE conditional compile switches set.
See Also getObjectText