Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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