Turns debug text on or off.
Accepted values are ON and OFF.
When ON, any text within <debug> tags will be sent to a JavaScript function called sendToJavaScript and can be displayed on a web page (e.g., a text box on the page where the Interactive XML application is being tested).
Default value: OFF
Child of: <settings>
Parent of: Nothing
See also: <debug>
Examples:
<debugging>ON</debugging>
<debugging>OFF</debugging>