carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/concepts/cdt_c_perspectives.htm
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
       
     2 <html lang="en">
       
     3 
       
     4 <head>
       
     5 <meta http-equiv="Content-Language" content="en-us">
       
     6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
       
     7 <title>Perspectives available to C/C++ developers</title>
       
     8 <link rel="stylesheet" type="text/css" href="../help.css">
       
     9 </head>
       
    10 <body>
       
    11 
       
    12 <h1>Perspectives available to C/C++ developers</h1>
       
    13 
       
    14 <p>A perspective is a layout of <a href="cdt_c_views.htm">views</a> (development tools) in the Workbench window. 
       
    15 Each type of perspective is a combination of views, menus, and toolbars that enable you to perform a particular task.
       
    16 For example, the C/C++ perspective has views that are organized to help you develop C/C++ programs; 
       
    17 the <b>Debug</b> perspective has views that enable you to debug those programs.
       
    18 </p>
       
    19 <p>To Open the C/C++ Perspective, select Window > Open Perspective > Other...  and select C/C++</p>
       
    20 
       
    21 
       
    22 <div class="note">
       
    23 <b>Selecting / Opening Views:</b> 
       
    24 <ul>
       
    25 	<li>You can add views to a perspective. From the menu bar choose <b>Window &gt; Show View &gt; Other</b> and select a new view from the <b>Show View</b> dialog.</li>
       
    26 	<li>To reset the current perspective to its original layout, from the menu bar choose <b>Window &gt; Reset Perspective</b>.</li>
       
    27 </ul>
       
    28 </div>
       
    29 
       
    30 <p>The C/C++ development tools contribute the following perspectives to the workbench:
       
    31 </p>
       
    32 
       
    33 <h3>C/C++ perspective views</h3>
       
    34 
       
    35 <p>This perspective is tuned for working with C/C++ projects. 
       
    36 By default it consists of an editor area and the following views:
       
    37 </p>
       
    38 <ul>
       
    39 <li>Project Explorer</li>
       
    40 <li>Console</li>
       
    41 <li>Properties</li>
       
    42 <li>Problems</li>
       
    43 <li>Tasks</li>
       
    44 <li>Make Targets</li>
       
    45 <li>Outline</li>
       
    46 <li>Search</li>
       
    47 </ul>
       
    48 
       
    49 <h3>Debug perspective views</h3>
       
    50 
       
    51 <p>This perspective is tuned for debugging your C/C++ program. 
       
    52 By default it includes an editor area and the following views:
       
    53 </p>
       
    54 <ul>
       
    55 <li>Debug</li>
       
    56 <li>Variables</li>
       
    57 <li>Breakpoints</li>
       
    58 <li>Expressions</li>
       
    59 <li>Registers</li>
       
    60 <li>Memory</li>
       
    61 <li>Display (for use with JDT only)</li>
       
    62 <li>Outline</li>
       
    63 <li>Console</li>
       
    64 <li>Tasks</li>
       
    65 </ul>
       
    66 
       
    67 <h3>Other Perspectives</h3>
       
    68 
       
    69 <p>In addition to the perspectives named above and the
       
    70 <span class="guilabel">Resource</span> perspective (which you see when you first start Eclipse), 
       
    71 Eclipse also has perspectives that are tuned to other types of development:
       
    72 </p>
       
    73 <ul>
       
    74 <li>Java</li>
       
    75 <li>Java Browsing</li>
       
    76 <li>Plug-in Development.</li>
       
    77 <li>CVS Repository Exploring</li>
       
    78 </ul>
       
    79 
       
    80 
       
    81  <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
       
    82 <br><a href="cdt_c_views.htm">Views in the C/C++ perspective</a>
       
    83 <br><a href="cdt_o_dbg_concepts.htm">Debug Concepts</a>
       
    84 </p>
       
    85 
       
    86 <p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
       
    87 <br><a href="../tasks/cdt_t_add_brkpnts.htm">Adding breakpoints</a>
       
    88 </p>
       
    89 
       
    90 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
       
    91 <br><a href="../reference/cdt_u_console_view.htm">Console view</a>
       
    92 </p>
       
    93 
       
    94 <p>
       
    95 <img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
       
    96 <img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
       
    97 </p>
       
    98 </body>
       
    99 </html>