|
ION Java User's Guide: ION Java Class and Method Reference |
|
The debugMode() method enables and disables the debug mode of the class. When debug mode is enabled, the command log output from the ION Server is displayed in a window when a Shift-click (shifted mouse button-press) event is detected on the drawing surface.
When debug mode is enabled, the class will buffer the output information for all registered drawables sent by the ION Server to the client class.
public void debugMode(boolean bEnable)
If true, the debug mode is enabled, otherwise the debug mode is disabled.
None.
con.debugMode(true);
IDL Online Help (March 06, 2007)