Using breakpoints

<< 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 invoke the ribbon command Home | Program group | Start, or alternatively Home | Trace or Home | Step.

The following commands are available for breakpoints:

Insert/Delete Breakpoint (keyboard shortcut: F2)

The ribbon command Home | Program group | Set/delete breakpoint sets or removes a breakpoint in the current line.

Delete all breakpoints (keyboard shortcut: Alt+F2)

The ribbon command Home | Program group | Delete all breakpoints deletes all set breakpoints.