The Toolbar appears below the menus in the Graphical Development Environment. It provides shortcut commands for setting the font and point size and for building and debugging a program.
To set font information for the current source file, use the Toolbar font and point size drop-down menus.
To issue build and debug commands, click the icons on the Toolbar. These icons include:
Icon | Action |
Compiles the active source file. | |
Builds the current project. | |
Sets a breakpoint at the insertion point. | |
Displays the Quickwatch debugging dialog box. | |
Steps into a function when it is called and steps through all of the instructions in the function. | |
Single-steps through instructions in the program. If this command is used when you reach a function call, the function is executed without stepping through the function instructions. |
When an icon isn't available (for example, the trace command when you are not debugging) the icon is dimmed.
Selecting the Toolbar on the menu reveals or hides it. When the Toolbar command is checked, the Toolbar is shown on the screen. When the command is not checked, the Toolbar is hidden.Status Bar
The Status Bar command displays and hides the status bar which is located at the bottom of the main Graphical Development Environment window.
The status bar shows this information about the currently active window:
Summary help about the current operation.
Messages from the environment: when you are viewing compile-time errors, for example, the current error message is displayed here.
Multikey command: shows the first character of a multikey control sequence such as ^Q.
OVR: shows whether the editor is in overtype or insertion mode.
READ: shows that the current file is read only.
CAPS: shows the state of the CAPS LOCK key.
NUM: shows the state of the NUM LOCK key.
Line: Shows the current line.
Column: shows the current column.
Selecting the status bar on the menu reveals or hides it. When the command is checked, the status bar is shown. When the command is not checked, the status bar is hidden.