Siebel Developer's Reference > Siebel Tools Menus and Toolbars > Toolbars >

Debug Toolbar


The Debug toolbar contains buttons that let you access Siebel VB and Siebel eScript debugging tools. Some buttons on the toolbar correspond to options in the Debug Menu.

Click for full size image
Check Syntax. Compiles the current script and verifies syntax.
Click for full size image
Start. Starts the application. A dialog box with startup parameters also appears.
Click for full size image
Break. Stops the execution of the currently running script. If Siebel VB or Siebel eScript is not executing, no operation is performed.
Click for full size image
End. Stops the execution of the application and returns to the Siebel Script Editor window.
Click for full size image
Toggle Breakpoint. Sets or removes a breakpoint on a specific line of code.
Click for full size image
Watch. The Tools menu establishes variable watches, so you can monitor the contents of program variables in the Variable window during execution of Siebel VB and Siebel eScript routines.
Click for full size image
Calls. Displays the list of Siebel VB or Siebel eScript routine calls executed up to the point where the application was stopped.
Click for full size image
Step Into. Executes the next line of script code. If this is a subroutine or procedure call, then execution will continue within that procedure.
Click for full size image
Step Over. Advances the application to the script code line just after the current subroutine or procedure. Execution remains at the level of the current procedure.

 Siebel Developer's Reference 
 Published: 23 October 2003