Status Bar

ATEasy puts important information about its state in the status bar, which is located in the lower right-hand corner of the Integrated Development Environment (IDE).

The status bar contains several elements:

        Run State: indicates the command that led to a state such as Pause. In the example above, the Pause/Continue button led to the pause in execution.

        Task and Test: indicates the task number (before the period) and the test number (after the period).

        Line and Column in Code: indicates the cursor position in the code window; when at a breakpoint, this is usually at the line being executed.

        Insert, Caps Lock, and NumLock: indicate the state of these three keys.