Using Siebel Tools > Siebel Script Editors > Using the Siebel Debugger >

Setting Debugging and Run-Time Preferences


You set debugging preferences and run-time preferences in the Development Tools Options window.

To set debugging preferences

  1. From the Siebel Tools View menu, select Options.

    The Development Tools Options window appears.

  2. Click the Scripting tab.

    The following table describes the different fields in the Debugging box in the Development Tools Options window.

    Option
    Description

    Adjust breakpoint to next valid line

    When breakpoints are deleted on invalid lines, this option creates a breakpoint at the next valid line. Click the check box to enable this function.

    Make debugger window active when debugging

    The Siebel Debugger window appears whenever you are in debug mode. Click the check box to enable this function.

    Always enter the debugger when an error occurs

    The Siebel Debugger window appears whenever a script error occurs. Click the check box to enable this function.

To set run-time preferences

  1. From the Siebel Tools View menu, select Options.

    The Development Tools Options window appears.

  2. Click the Debug tab.

    The following table describes the different fields in the Debug box in the Development Tools Options window.

    Option
    Description

    Executable

    Enter the name of the Mobile Web Client executable (Siebel.exe).

    CFG file

    Enter the configuration file to be used by the client.

    Browser

    Enter the path to the browser executable.

    Working directory

    Enter the Siebel root directory (location of DLLs).

    Arguments

    Additional line options for starting the application. Common arguments are:

    • /h - to enable local debugging of Server scripts
    • /s <filename> - to enable SQL spooling

    Prompt for this information each time

    Click this to display relevant information, such as executable, CFG file, browser, and so on, each time you run a debug operation.

    Show Workflow Primary Business Component Data

    If checked, the Watch Window in the Workflow Simulator will show all fields and their values from the primary Business Component of the Business Object associated with the Workflow process being simulated.

    User Name

    Enter the login of the user.

    Password

    Enter the password of the user name.

    Data source

    Enter the default data source. Values listed depend upon the configuration file specified in the CFG file parameter.

Using Siebel Tools