The Debug toolbar lets you compile a file, run, break and stop a script, and so on:
You must be running a script for this toolbar to be available. |
The table below describes the buttons available from the Debug toolbar:
Button |
Button name |
Description |
Compile |
Compiles the file. |
|
Run |
Starts or continues the script. |
|
Break |
Pauses the script; breaks into the debugger. |
|
Stop |
Stops debugging the script. |
|
Restart |
Restarts the debugger. |
|
Step Into |
Steps into the next statement. |
|
Step Over |
Steps over the next statement. |
|
Run to Cursor |
Runs the script to the cursor position. |
|
Show Next Statement |
Displays the next statement. |
|
Quick Watch |
Lets you inspect the variable at the cursor. |
|
Insert/Remove Breakpoint |
Inserts or removes a breakpoint. |
|
Enable/Disable Breakpoint |
Enables or disables a breakpoint. |
|
Remove All Breakpoints |
Removes all breakpoints from the script. |
|
Disable All Breakpoints |
Disables all breakpoints in the script. |