Ultra Light Client Guide and Reference
You can configure the way ULC-controlled objects are printed when inspected
in Inspector and Debugger windows. To do this, toggle options under
ULC->Debug->#debugPrintString
from the System Transcript window as follows:
- Standard format uses the default image implementation.
This option is used only by subclasses of UlcObject. Select
Use standard #debugPrintStream only.
- Short format uses the #ulcPrintObject method
implemented in Object. All objects pointed to by the one
inspected are printed using the same format. Select Use short
#debugPrintStream only.
- Long format prints the entire object tree, which can be
extremely large. Deselect both options.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]