2011-03-31 13:59:18 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2004-06-02 19:01:38 +00:00
< html lang = "en" >
< head >
< meta http-equiv = "Content-Language" content = "en-us" >
< meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" >
< title > Perspectives available to C/C++ developers< / title >
< link rel = "stylesheet" type = "text/css" href = "../help.css" >
< / head >
< body >
2012-09-19 17:16:24 -04:00
< div role = "main" >
< h1 > Perspectives available to C/C++ developers< / h1 >
2004-06-02 19:01:38 +00:00
< p > A perspective is a layout of < a href = "cdt_c_views.htm" > views< / a > (development tools) in the Workbench window.
Each type of perspective is a combination of views, menus, and toolbars that enable you to perform a particular task.
For example, the C/C++ perspective has views that are organized to help you develop C/C++ programs;
2010-03-31 01:34:27 +00:00
the < strong > Debug< / strong > perspective has views that enable you to debug those programs.
2004-06-02 19:01:38 +00:00
< / p >
2010-06-26 05:34:39 +00:00
< p > To Open the C/C++ perspective, select < strong > Window > Open Perspective > Other...< / strong > and select < strong > C/C++< / strong > .< / p >
2004-06-02 19:01:38 +00:00
< div class = "note" >
2010-03-31 01:34:27 +00:00
< strong > Selecting / Opening Views:< / strong >
2004-06-02 19:01:38 +00:00
< ul >
2010-03-31 01:34:27 +00:00
< li > You can add views to a perspective. From the menu bar choose < strong > Window > Show View > Other< / strong > and select a new view from the < strong > Show View< / strong > dialog.< / li >
< li > To reset the current perspective to its original layout, from the menu bar choose < strong > Window > Reset Perspective< / strong > .< / li >
2004-06-02 19:01:38 +00:00
< / ul >
< / div >
< p > The C/C++ development tools contribute the following perspectives to the workbench:
< / p >
2011-03-31 13:59:18 +00:00
< h2 > C/C++ perspective views< / h2 >
2004-06-02 19:01:38 +00:00
< p > This perspective is tuned for working with C/C++ projects.
By default it consists of an editor area and the following views:
< / p >
< ul >
2010-06-26 05:34:39 +00:00
< li > < a href = "../reference/cdt_u_cproj_view.htm" > Project Explorer< / a > < / li >
< li > < a href = "../reference/cdt_u_console_view.htm" > Console< / a > < / li >
< li > < a href = "../reference/cdt_u_properties.htm" > Properties< / a > < / li >
< li > < a href = "../reference/cdt_u_problems_view.htm" > Problems< / a > < / li >
< li > < a href = "../reference/cdt_u_make_targets_view.htm" > Make Targets< / a > < / li >
< li > < a href = "../reference/cdt_u_outline_view.htm" > Outline< / a > < / li >
2004-06-02 19:01:38 +00:00
< li > Tasks< / li >
< / ul >
2010-06-26 05:34:39 +00:00
< p > There a several additional views that may be useful during a debug session. You can add them by clicking < strong > Window > Show View > C/C++< / strong > to show them in the C/C++ perspective.< / p >
2011-03-31 13:59:18 +00:00
< h2 > Debug perspective views< / h2 >
2004-06-02 19:01:38 +00:00
< p > This perspective is tuned for debugging your C/C++ program.
By default it includes an editor area and the following views:
< / p >
< ul >
2010-06-26 05:34:39 +00:00
< li > < a href = "../reference/cdt_u_dbg_view.htm" > Debug< / a > < / li >
2004-06-02 19:01:38 +00:00
< li > Variables< / li >
< li > Breakpoints< / li >
2010-06-26 05:34:39 +00:00
< li > < a href = "../reference/cdt_u_outline_view.htm" > Outline< / a > < / li >
< li > < a href = "../reference/cdt_u_console_view.htm" > Console< / a > < / li >
2004-06-24 10:49:13 +00:00
< li > Tasks< / li >
2010-06-26 05:34:39 +00:00
< li > < a href = "../reference/cdt_u_problems_view.htm" > Problems< / a > < / li >
< li > < a href = "../reference/cdt_u_view_executables.htm" > Executables< / a > < / li >
2004-06-02 19:01:38 +00:00
< / ul >
2010-06-26 05:34:39 +00:00
< p > There a several additional views that may be useful during a debug session. You can add them by clicking < strong > Window > Show View > Debug< / strong > to show them in the Debug perspective.< / p >
2004-06-02 19:01:38 +00:00
< h3 > Other Perspectives< / h3 >
< p > In addition to the perspectives named above and the
< span class = "guilabel" > Resource< / span > perspective (which you see when you first start Eclipse),
Eclipse also has perspectives that are tuned to other types of development:
< / p >
< ul >
< li > Java< / li >
< li > Java Browsing< / li >
< li > Plug-in Development.< / li >
2004-06-24 10:49:13 +00:00
< li > CVS Repository Exploring< / li >
2004-06-02 19:01:38 +00:00
< / ul >
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngref.gif" ALT = "Related reference" width = "143" height = "21" >
2010-06-26 05:34:39 +00:00
< br >
< a href = "../reference/cdt_o_views.htm" > C/C++ Views and Editors< / a > < / p >
2004-06-02 19:01:38 +00:00
< p >
2004-06-24 10:49:13 +00:00
< img src = "../images/rh03_04.gif" ALT = "Red Hat Copyright Statement" > < br >
< img src = "../images/ng00_04a.gif" ALT = " IBM Copyright Statement" >
2004-06-02 19:01:38 +00:00
< / p >
2012-09-19 17:16:24 -04:00
< / div >
2004-06-02 19:01:38 +00:00
< / body >
2004-06-14 11:25:12 +00:00
< / html >