The DDD Windows
DDD is composed of three main windows. From top to bottom, we have:
The
Illegal HTML tag removed : Data Window
shows the current data of the debugged program. See Displaying Values, for details.
The
Illegal HTML tag removed : Source Window
shows the current source code of the debugged program. See Navigating, for details.
The
Illegal HTML tag removed : Debugger Console
accepts debugger commands and shows debugger messages. See Commands, for details.
Besides these three main windows, there are some other optional windows:
The
Illegal HTML tag removed : Command Tool
offers buttons for frequently used commands. It is usually placed on the source window. See Command Tool, for details.
The
Illegal HTML tag removed : Machine Code Window
shows the current machine code. It is usually placed beneath the current source. See Machine Code, for details.
The
Illegal HTML tag removed : Execution Window
shows the input and output of the debugged program. See Using the Execution Window, for details.
Menu Bar: All DDD pull-down menus.
- Tool Bar: The DDD icon buttons.
- Command Tool: The floating command tool.
- Getting Help: What does this thing mean?
- Undo and Redo: Oops!
- Customizing: You can customize DDD
Node:Menu Bar, Next:Tool Bar, Up:Windows