1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00
cdt/debug/org.eclipse.cdt.debug.application.doc/reference/cdt_u_views.htm
Jeff Johnston 6acb6dbc70 Add CDT Standalone Debugger
- add org.eclipse.cdt.debug.application plugin which supports running
  CDT debugger as Eclipse application
- add org.eclipse.cdt.debug.application.docs plugin which is the
modified
  CDT docs
- add org.eclipse.cdt.debug.standalone-feature which bundles the
  two aforementioned plugins
- add org.eclipse.cdt.debug.standlone.source-feature

Change-Id: I1a1ae855ab3912e678b7d9e3465e2fbbfe949e13
Reviewed-on: https://git.eclipse.org/r/25845
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-05-05 15:39:30 -04:00

45 lines
No EOL
1.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Selecting Views and Editors</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<div role="main"><h1>Selecting Views and Editors</h1>
<p>To see a list of all views, from the menu bar choose <strong>Window > Show View</strong>. </p>
<p><img src="../images/show_view.png" alt="Show View Dialog Box"></p>
The following views comprise the C/C++ Projects View:
<h2>Basic views</h2>
<dl>
<dt>Console</dt><dd>Displays the application's output.</dd>
<dt>Project Explorer</dt><dd>Displays the file system under the <strong><em>launchdir</em>/workspace</strong> directory.</dd>
<dt>Outline</dt><dd>Displays the functions and header files in your source files. Open a source file in an editor to view its outline.</dd>
<dt>Problems</dt> <dd>Displays problems.</dd>
<dt>Properties</dt><dd>Displays the name, path, size, permissions, and last modified date of the resource highlighted in the <strong>Project Explorer</strong> view.</dd>
<dt>Search</dt><dd>Displays the results of file or text searches.</dd>
</dl>
<h2>C views</h2>
<dl>
<dt>C/C++ Projects</dt> <dd>Displays your current projects. This is similar to the <strong>Project Explorer</strong> view.</dd>
</dl>
<h2>Editor view</h2>
The <strong>Editor</strong> view is not listed under <strong>Window > Show View </strong>, it is opened automatically by the
Stand-alone Debugger when displaying files and whenever an editable file is opened from the C/C++ Projects or Project Explorer views.
<p>
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement" ><br>
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</p>
</div></body>
</html>