Siebel Business Process Framework: Task UI Guide > Debugging Tasks >

Enabling Debug Mode


To run the task debugger from the application client, you must first edit your configuration file to enable the Debug Mode menu item. Debug Mode is a restricted menu item.

The EnableRestrictedMenu parameter (in the [InfraUIFramework] section of the configuration file) controls the display of the Debug Mode menu item.

If this parameter is set to TRUE, then users of that application can see the Debug Mode item on the Tools application-level menu. If this parameter is set to FALSE, the Debug Mode menu item is not visible to users.

To enable the Debug Mode menu item

  1. Open the configuration file (.CFG) for the application in a text editor.
  2. In the [InfraUIFramework] section of the configuration file, set the EnableRestrictedMenu parameter to TRUE.

    For example:

    [InfraUIFramework]

    EnableRestrictedMenu = TRUE

  3. Save your changes, and close the file.

NOTE:  If the EnableRestrictedMenu parameter is set to anything other than TRUE or FALSE, or if it is not defined under [InfraUIFramework], the Debug Mode menu item is not visible to a user of the application unless the user has access to the Admin - Restricted Menu Items view.

Siebel Business Process Framework: Task UI Guide Copyright © 2006, Oracle. All rights reserved.