Using the Call Stack Window
The Call Stack window includes a list of subroutine and function calls that Web Tools runs prior to the current code line.
To use the Call Stack window
Open Siebel Server Script Debugger - for more information, see Accessing Siebel Server Script Debugger.
-
Start the Siebel application from the Server Script Debugger window by clicking Start on the Server Script Debugger toolbar.
In the Server Script Debugger window, click Call Stack while running the debugger.
Each line in the Call Stack window that opens represents a subroutine that Web Tools entered but did not complete. If you select an entry in the list, then the following occurs:
The Server Script Debugger window displays the line of code that makes the call.
The Variable window displays the variables that are associated with the procedure that makes the call.