debugMode

The <debugMode> element specifies whether Xopus runs in user debug mode. In that mode more thorough checks are performed which allows Xopus to show more detailed error messages. This does have a performance penalty.

<x:config version="1.0" xmlns:x="http://www.xopus.com/xmlns/config">
  <x:miscellaneous>
    <x:debugMode>true</x:debugMode>
  </x:miscellaneous>
</x:config>

Xopus 3's Simple Demo contained a reference to the <x:debugMode>, which set it to true. This is no longer so for the Simple Demo in Xopus 4. Both versions of Xopus have it set to False by default.

Values

true

Enables user debug mode at the cost of a performance penalty.

false

The default value. Disables user debug mode.


debugMode element

Namespace: http://www.xopus.com/xmlns/config

Parent Elements

miscellaneous

History

version event
Xopus 3.x Introduction.
Xopus 3.2.1 Change. Enabling debugMode now automatically enables validateOnLoad.