Release 1.4 - ...
<debug> element
This element allows you to specify debug settings. These settings can be useful when developing sites in Smartsite or diagnosing problems. You can disable all debug settings by setting the attribute "enabled" to false on this element. For the list of available debug setting, check this list.
Example
XML |
Copy Code
|
<debug enabled="true">
<feature name="RaiseErrorOnSxmlError" /> <!-- ignores error parameters and throws exceptions. -->
<feature name="DebugIncludes" /> <!-- Do not merge and minify includes -->
</debug>
|
Attributes
Attribute name |
Required |
Description |
enabled |
No |
When set to false, all debug settings are turned off. The default value is true. |
Parent element
Element name |
Description |
<runtime> |
Contains settings for the Smartsite runtime. |
Child elements
Element name |
Description |
<feature> |
Describes one of the available debug feature. Each debug feature can be enabled or disabled individually. |