24.2.1 Enabling and Disabling Debug Mode for an Application
Configure whether end users can run the application in debug mode by editing the Debugging attribute in the Application Definition.
Running an application in debug mode is useful when an application is under development. For production applications, Oracle recommends disabling debugging and thus preventing users from viewing application logic.
Developer who are logged into workspace where the application resides can always run the application in debug mode. Debug can also be enabled programmatically regardless of this debug setting.
To enable or disable debug mode for end users:
See Also:
Managing Application AttributesParent topic: Utilizing Debug Mode