IDE Overview

The Macro Toolbar in the IDE provides various icons for editing and testing programs.

In the Editor window, directly below the Macro toolbar, you can edit the Basic program code. The column on the left side is used to set breakpoints in the program code.

The Watch window (observer) is located below the Editor window at the left, and displays the contents of variables or arrays during a single step process.

The Call Stack window to the right provides information about the call stack of SUBS and FUNCTIONS when a program runs.