Debug Menu
The Debug menu provides the options for debugging macros:
Item |
Description |
Step Into |
Execute the current line. If the current line is a subroutine or function call, stop on the first line of that subroutine or function. (If the macro is not active, start it.) |
Step Over |
Execute to the next line. If the current line is a subroutine or function call, execute that subroutine of function completely. |
Step Out |
Step out of the current subroutine or function call. |
Run to Cursor |
Execute until the line the cursor is on is the current line. (If the macro is not active, start it.) |
Add Watch |
Add the expression under of the cursor in the watch window. |
Quick Watch |
Show the value of the expression under of the cursor in the immediate window. |
Toggle Breakpoint |
Toggle the break point on the current line. |
Clear All Breakpoints |
Clear all break points. |
Set Next Statement |
Set the next statement to be executed. Only statements in the current subroutine/function can be selected. Hot Key: Ctrl+F9 |
Show Next Statement |
Show the next statement to be executed. |