Using Siebel Tools > About the Siebel Tools User Interface > About the Siebel Tools Menu Bar >

Debug Menu


The Debug menu options control the Siebel VB or Siebel eScript debugger, for use when a script is open in the Siebel Script Editor. Table 11 describes the Debug menu options.

Table 11. Debug Menu Options
Option
(Shortcut)
Description

Start
(F5)

Starts the application. A dialog box with startup parameters also appears.

Break
(CTRL+BREAK)

Stops the execution of the currently running script. If Siebel VB or Siebel eScript is not executing, no operation is performed.

End

Stops the execution of the application and returns to the Siebel Script Editor window.

Restart
(SHIFT+F5)

Restarts the application if a break has occurred.

Step Into
(F8)

Executes the next line of script code. If this is a subroutine or procedure call, then execution continues within that procedure.

Step Over
(SHIFT+F8)

Advances the application to the script code line just after the current subroutine or procedure. Execution remains at the level of the current procedure.

Step To Cursor
(CTRL+F8)

Executes all lines of code up to the line selected by the cursor.

Toggle Breakpoint
(F9)

Sets or removes a breakpoint on a specific line of code.

Clear All Breakpoints
(CTRL+SHIFT+F9)

Removes all breakpoints from the current script routine.

Check Syntax

Compiles the current script and verifies syntax.

Using Siebel Tools