Debug.printObject

Overview | Methods | This Package | All Packages

Debug.printObject

Prints the contents of the specified object to debug output.

Syntax

public static void printObject( Object object )

Parameters

object

The object to print.

Remarks

This method will be omitted from your code unless you have either the DEBUG or TRACE conditional compile switches set.

See Also    getObjectText