Click the
button to set or unset the current line (where the cursor is located) as a breakpoint.
When the macro is run, it will pause whenever it comes across a breakpoint; the code within the breakpoint will not run. This is useful for locating program bugs in specific lines of code. This command can also be accessed from the
Debug menu or by pressing
F9.