debugMode
The debugMode element determines when to run the editor in debug mode.
In the debug mode , there are more detailed checks which allow Content Editor to show better and more error messages. While useful for a user debugging their implementation of Content Editor , 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>
Enabling this while developing will allow you to use Ctrl+R to reload the island rather than the whole browser window.
Values
true- Enables user debug mode at the cost of a performance penalty.
false - The default value. Disables user debug mode.
Namespace
http://www.xopus.com/xmlns/config
Parent element
miscellaneous