DebugNamespace
Access to developer utilities.
implements: hash
bundle: online channel standard (oc)
since 5.2.0
Access to developer utilities.
This model is made accessible by the OCFreemarkerExtensionService with the global access path 'cs.debug'.
Defined hash keys
cs.debug.stopWatch ↦ DebugStopWatchModel
since 2017.1
Returns a model to trigger stop watches.
Methods
cs.debug.model(TemplateModel:object) ↦ ModelInfoModel
since 5.2.0
Returns a scalar-model providing developer information on 'object'.
- Example:
cs.debug..model(someModel) - Returns textual information about the given TemplateModel 'someModel'. Useful for Debugging which Information is at hand. Use for Debugging purposes only.