Debug Menu Commands - Script Manager
| Step Into | Step into the next statement |
| Step Over | Step over the next statement |
| Step Out | Step out of the current procedure |
| Step to Cursor | Step to the statement under the cursor |
| Toggle Break | Toggle the break point on the selected line |
| Clear All Breaks | Clear all break points |
| Quick Watch | View variables and expressions in the immediate window |
| Add Watch | Add variables and expressions to the watch window |
| Browse | View the selected object's methods and properties |
| Set Next Statement | Set the current line as the next statement |
| Show Next Statement | Show the next statement |