This setting allows you to display the Debug menu with the Dexterity runtme engine. This provides access debugging tools at runtime.
ScriptDebugger = option
• option - A boolean indicating whether the Debug menu will be displayed at runtime:
Value |
Description |
---|---|
TRUE |
The Debug menu will be displayed |
FALSE |
The Debug menu will not be displayed |
This setting must be true for certain debugging features like the debugger stop statement to work properly.
The debugging features are not optimized for the multidictionary capabilities of the runtime engine. For this reason, some debugging features may not work fully with the runtime engine.
This feature is to be used only during application development. It should not be used with customer installations. |