Toolbar
The toolbar contains shortcut icons and a dropdown menu for easy access to debugger functions. There are only a few that do not have a corresponding command:
Memory indicator | Shows information about memory usage. When clicked, the garbage collector feature is activated, unreferenced resources are released, and the memory heap is compacted. |
Source code selector | When several source codes are loaded, it allows the user to choose which one is displayed in the Source area. |
Autostep speed selector | Allows the user to change the time interval between automatic steps. The value is expressed in seconds. |
A red exclamation mark at the end of the toolbar means that the source files are more recent than the running program in terms of last modification date. They could have been modified after the last compilation and this could make the Debugger highlight the wrong lines while you step through the source. Leave the mouse pointer on the exclamation mark to obtain a list of the out-of-sync source files.