debug property
Indicates whether the applet generates debugging information (debug mode).
Syntax
Set: Gateway.setdebug(setting)
Get: setting = Gateway.getdebug()
Applies to
Gateway class.
Data type
Boolean. The setting of the debug mode. Valid values are "True" to generate debugging information and "False" to disable the generation of debugging information.
Usage
Not applicable.
Example
debug property example
See also
CGI gateway applet