<< Click to Display Table of Contents >> Using breakpoints |
If you place a breakpoint in a line of your script and then run the script, execution will stop at this line.
To resume the execution afterwards, you can select the ribbon command Home | Program group | Start, or alternatively Home | Trace or Home | Step.
The following commands are available for breakpoints:
Insert/Delete Breakpoint (shortcut key: F2)
The ribbon command Home | Program group | Set/delete breakpoint sets or removes a breakpoint in the current line.
Delete all breakpoints (shortcut key: Alt+F2)
The ribbon command Home | Program group | Delete all breakpoints deletes all set breakpoints.