Table 34.	Buttons You Can Click on the Debug Toolbar
    |  |  | 
    |  | Check Syntax | Compiles the current script and verifies syntax. | 
    |  | Start | Starts the Siebel client. It also displays a dialog box that includes startup parameters. | 
    |  | Break | Stops the script that is currently running. If Siebel VB or Siebel eScript is not running, then Siebel Tools does nothing. | 
    |  | End | Stops the Siebel client and returns to the Siebel Script Editor window. | 
    |  | Toggle Breakpoint | Sets or removes a breakpoint on a line of code. | 
    |  | Watch | Displays script variables and their values. For more information, see Using the Watch Window While it Monitors a Script. | 
    |  | Calls | Contains a list of subroutine and function calls that Siebel Tools runs prior to the current line. If you choose an item in this list, then the interpreter shifts to this item. | 
    |  | Step Into | Runs the next line of a script. If this line calls a subroutine or procedure, then Siebel Tools runs this subroutine or procedure. | 
    |  | Step Over | Runs the first line of script that occurs after the current subroutine or procedure. Siebel Tools continues to run this script in the current subroutine or procedure. |