Views in the C/C++ perspective
The C/C++ views are panels that help you perform the tasks involved in creating C/C++ programs.
The C/C++ perspective displays these panels in a single Eclipse window.
Changing Views:
- You can add views to a perspective. From the menu bar choose Window > Show View > Other and select a new view from the Show View dialog.
- To reset the current perspective to its original layout, from the menu bar choose Window > Reset Perspective.
The following views are commonly used in the C/C++ perspective:
- C-Build
- Displays the output from your build command.
- C/C++ Projects
- Shows your C/C++ projects and files.It operates in much the same way as the Navigator.
- Console
- Displays your program's output.
- Make Targets
- Enables you to select the make targets you want to build for a particular CPU.
- Navigator
- Shows all of the file system's files under your workspace directory.
- Outline
- Displays the structure of the file currently open in an editor.
- Properties
- Shows the attributes of the item currently selected in a view or an editor.
- Search
- Shows the results of searches for files or text.
- Tasks
- Lists tasks that want to keep track of, either as a schedule of things to do or a history of things that have been done.
CDT Overview
C/C++ perspectives
Breakpoints view
Console view
Debug view
Expressions view
Outline view for C/C++
Variables view
Views
