JavaScript Editing and Debugging

The JavaScript Editor and Debugger lets you trace the execution of a script. You can step through a code line-by-line or step through from one breakpoint to another. You can check the current value of a variable at any time.

Note:

A comment line starts with two forward slashes (//) at the beginning of the line.

To validate JavaScript code, select Debug > Start. The result of the validation appears in the Tasks tab.