ScriptDebugger

Examples


This setting allows you to display the Debug menu with the Dexterity runtme engine. This provides access debugging tools at runtime.

Syntax

ScriptDebugger = option

Parameters

option - A boolean indicating whether the Debug menu will be displayed at runtime:

[spacer]

Value

Description

TRUE

The Debug menu will be displayed

FALSE

The Debug menu will not be displayed


Comments

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.



Documentation Feedback