Accessing Siebel Server Script Debugger

The following procedure shows how to access Siebel Server Script Debugger.

To access Siebel Server Script Debugger

  • Do one of the following in Web Tools:

    • Click Toggle Script Debugger (the bug icon) on the application banner.

    • Select Toggle Script Debugger from the Debug menu.

    The Server Script Debugger window opens.

The following table describes the buttons on the Server Script Debugger toolbar. The name of each button appears when you hover the cursor over the button.

Button Name Description

Start or Continue

Click to start debugging the Siebel application based on specified settings, or to continue with a debugging session that was previously started but then stopped at a breakpoint.

Break

Click to stop the script that is currently running. If Siebel VB or Siebel eScript is not running, then Web Tools does nothing.

End

Click to stop the Siebel application and return to the Siebel Script Editor window.

Restart

Click to trigger a relaunch of the application during the Fix And Go process.

Step Into

Click to run the next line of a script. If this line calls a subroutine or procedure, then Web Tools runs this subroutine or procedure.

Step Over

Click to run the first line of script that occurs after the current subroutine or procedure. Web Tools continues to run this script in the current subroutine or procedure.

Step To Cursor

Click to run all lines of code up to the line that includes the cursor.

Toggle Breakpoint

Click to set or remove a breakpoint on a line of code. For more information about breakpoints, see Using Breakpoints.

Clear All Breakpoints

Click to remove all breakpoints from all scripts.

Settings

Click to open the Debugging Settings dialog. For more information about debug settings, see Setting Debug Options for Siebel Server Script Debugger.

Undock

Click to undock the Server Script Debugger window so that you can move, resize, and/or position it anywhere on your screen.

Dock

Click to dock the Server Script Debugger window under the Script Editor window.

Close

Click to close the Server Script Debugger window.