Script Debugger Buttons

The Script Debugger page includes five buttons to allow you to step through and execute your script:

Script Debugger page with the debugger buttons highlighted.

These buttons can be used to control/resume script execution when the debugger stops at a particular line. The following table describes each button. Note that each button also has an associated keyboard shortcut.

Icon

Name

Description

Keyboard Shortcut

Script Debugger Buttons page

Step Over

Resumes execution from the current line and stops at the next line (even if the current line is a function call).

space

Script Debugger Buttons page

Step Into

Resumes execution from the current line and stops at the first line in any function call made from the current line.

i

Script Debugger Buttons page

Step Out

Resumes execution from the current line until the end of the current function, and stops at the first line following the line from where this function was called -or- until the next break point -or- until the program terminates (either by error or by normal completion).

o

Script Debugger Buttons page

Continue

Resumes program execution from the current line until the next break point -or- until the program terminates.

shift+space

Script Debugger Buttons page

Cancel

Aborts execution of the program from the current line.

q

Related Topics

Script Debugger Interface
Script Debugger Subtabs
Tips for Debugging SuiteScript 1.0 and SuiteScript 2.0 Scripts

General Notices