Tools 
Tool Types
Tool Services
Special Tools
The tools available in the new Debugger consist of standard tools and tools for displaying special data objects.
Standard Tools |
Special Tools |
|---|---|
Editor |
Structure Display |
Stack |
Table Display |
Breakpoints |
Object Display |
Overview of Variables |
Detail Display |
In addition to methods for aligning and changing tools, as described in the section Designing Work Areas, the following tools also provide the following useful functions:
Editor
Stack
Overview of Variables
Structure Display
Table Display
Object Display
These functions include saving data objects as a local file or scanning the source code in the Editor. It is possible to call them in two ways:
Clicking the left mouse button on the icon for the function
Tool Services.
Clicking the right mouse button and selecting the function Tool Services in the node menu.
Structure, table, object, and detailed display are special tools that expand the data objects into their individual parts and show these as detailed views.
If you double-click a structure, for example, in the variable overview, the structure display that contains all the components of this structure is opened. Double-clicking a component now does not display an additional view, but replaces the structure display by the view appropriate for this component. Beside the tool, there is also a light-green arrow as a symbol for the Back function. This returns you to the original view.
All the deep views have one thing in common: Changes to the contents of data objects only become effective if you confirm them by pressing the ENTER key. Another common aspect is that they keep a history in which all the data objects selected by the user so far are entered, together with their current status. If you double-click a data object listed in the history, this will take you to the more detailed view of this data object.