Previous ION Java User's Guide: ION Java Class and Method Reference Next

debugMode()

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.

Syntax

public void debugMode(boolean bEnable)

Arguments

bEnable

If true, the debug mode is enabled, otherwise the debug mode is disabled.

Exceptions

None.

Example

con.debugMode(true);  

  IDL Online Help (March 06, 2007)