Using Siebel Tools > Customizing Your Siebel Tools Environment >

Setting Debug Options


The debug options provide the run-time settings for opening an instance of the Siebel Web Client in the following situations:

  • When the Auto-start Web Client option is selected in the object compiler.

    For more information, see Compiling Projects.

  • When starting an instance of the Web Client by selecting Debug > Start.

    You typically use this option when debugging Siebel eScript or Siebel VB. For more information, see Siebel eScript Language Reference and Siebel VB Language Reference.

The settings defined the Debug tab of the Development Tools Options dialog are stored in a user preference file that is named loginID&SiebelTools.spf and located in SIEBEL_TOOLS_ROOT\BIN.

To set up Tools to automatically open the Siebel Mobile Web Client

  1. Choose View > Options.

    The Development Tools Options dialog box appears.

  2. Click the Debug tab.
  3. Use the information in the following table to define your options under Run-time start up information.
    Field
    Example Value
    Description

    Executable

    Siebel.exe

    Name of the executable that is opened in debug mode or automatically opened after the compile process.

    CFG file

    D:\Program Files\Siebel\7.8\web client\BIN\ENU\uagent.cfg

    Name and location of the configuration file for the application.

    Browser

    C:\Program Files\Internet Explorer\iexplore.exe

    Installation location of the Microsoft Internet Explorer browser.

    Working Directory

    D:\Program Files\Siebel\7.8\web client\BIN

    The directory that contains the Siebel executable.

    Arguments

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

    Opens the watch window that allows you to trace the application.

  4. Use the information in the following table to define your options under Login information and then click OK.
    Field
    Example Value
    Description

    User name

    SADMIN

    User name used to log into the test application.

    Password

    SADMIN

    Password to log in to the test application.

    Datasource

    Sample

    Local database to which the local Mobile Web Client connects. Default data source. Values listed depend upon the configuration file you are using.

Using Siebel Tools