diff --git a/doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml b/doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml index 94e5ba230eb..85a30c756b2 100644 --- a/doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml +++ b/doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml @@ -116,8 +116,7 @@ Click below to see help. - + diff --git a/doc/org.eclipse.cdt.doc.user/images/icon_clear_console.png b/doc/org.eclipse.cdt.doc.user/images/icon_clear_console.png new file mode 100755 index 00000000000..12fc6d11bae Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/icon_clear_console.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/icon_next_error.png b/doc/org.eclipse.cdt.doc.user/images/icon_next_error.png new file mode 100755 index 00000000000..bc8f3d7273b Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/icon_next_error.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/icon_open_console.png b/doc/org.eclipse.cdt.doc.user/images/icon_open_console.png new file mode 100755 index 00000000000..5e6881240ef Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/icon_open_console.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/icon_prev_error.png b/doc/org.eclipse.cdt.doc.user/images/icon_prev_error.png new file mode 100755 index 00000000000..5008ac79867 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/icon_prev_error.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/icon_save_output_file.png b/doc/org.eclipse.cdt.doc.user/images/icon_save_output_file.png new file mode 100755 index 00000000000..e0142150fc4 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/icon_save_output_file.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/icon_show_error.png b/doc/org.eclipse.cdt.doc.user/images/icon_show_error.png new file mode 100755 index 00000000000..a2e6b313fe0 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/icon_show_error.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/view_console.png b/doc/org.eclipse.cdt.doc.user/images/view_console.png index ea281965202..e9e37b978b4 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/view_console.png and b/doc/org.eclipse.cdt.doc.user/images/view_console.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/view_executables.png b/doc/org.eclipse.cdt.doc.user/images/view_executables.png index 64c8baa99b9..ab178e5c633 100755 Binary files a/doc/org.eclipse.cdt.doc.user/images/view_executables.png and b/doc/org.eclipse.cdt.doc.user/images/view_executables.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_view.htm index f00a4ce113e..9c23b5dbab9 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_view.htm @@ -6,92 +6,136 @@ Console view +

Console view

-

This view shows the output of the execution of your program and enables you to enter input for the program. +

The Console view displays the output of a process and allows you to provide keyboard input to a process. There are numerous consoles available, see the Open Console dropdown list for those available to you.

Console View

-The console shows three different kinds of text, each in a different color: +The output console shows several different kinds of text, each in a different color:

-

You can choose the different colors for these kinds of text on the preferences pages -(Window > Preferences > Debug > Console). +

You can choose the different colors for these kinds of text on the Console preferences panel.

-

Console View Context Menu

+

Console view toolbar

+

The table below lists the toolbar options displayed in the Console view. Note that toolbar options may differ between the various consoles.

-

When you right-click in the Console view -(or when you press Shift+F10 when the focus is on the Console view), -you see the following options: -

-
-
Edit options: Cut, Copy, Paste, Select All
-
These options perform the standard edit operations. -Which options are available depends on where the focus is in the -Console view. -For example, you cannot paste text into the program output, -but you can paste text to the bottom of the file. -
-
Find/Replace
-
Opens a Find/Replace dialog -that operates only on the text in the Console view.
-
Go to Line
-
Opens a dialog that moves the focus to the line you specify. -The dialog also indicates the total number of lines in the console buffer. -
-
Terminate
-
Terminates the process that is currently associated with the console.
-
- -

Console View Toolbar

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
IconCommandDescription
Terminate iconTerminateTerminates the process that is currently associated with the console.
Remove all Terminated Launches iconRemove all Terminated LaunchesRemoves all terminated launches that are associated with the console.
Scroll Lock iconScroll LockToggles the Scroll Lock.
Clear Console iconClear ConsoleClears the console.
Pin Console iconPin ConsoleForces the Console view to remain on top of other views in the window area.
Display Selected Console iconDisplay Selected ConsoleIf multiple consoles are open, you can select the one to display from a list.
Minimize Console iconMinimize ConsoleMinimizes the Console view.
Maximize Console iconMaximize ConsoleMaximizes the Console view.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IconNameDescription
next error iconNext ErrorShow the next error in the Console view.
previous error iconPrevious ErrorShow the previous error in the Console view.
show error iconShow Error in EditorToggle to show the selected error in the Editor view (default) or not.
save output file iconSave Console Output to FileOpens the Properties for Project > C/C++ Build dialog box where you can specify the Build output file location.
Scroll Lock iconScroll LockToggles the Scroll Lock.
Clear Console iconClear ConsoleClears the current console.
Pin Console iconPin ConsoleForces the Console view to remain on top of other views in the window area.
Display Selected Console iconDisplay Selected ConsoleIf multiple consoles are open, you can select the one to display from a list.
open Console iconOpen ConsoleOpens a new console to display the log for:
+
    +
  • New Console View
  • +
  • Program Output Console
  • +
  • Windows Program Output Console
  • +
  • CVS, and others based on installed features
  • +
+

Console view context menu

+

When you right-click in the Console view +(or when you press Shift+F10 when the focus is on the Console view), +you see one or more of the following options in a context menu depending on the console view visible: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescription
ClearClears the current console.
Editor options: Cut, Copy, Paste, Select AllThese options perform the standard edit operations. Which options are available depends on where the focus is in the Console view. For example, you cannot paste text into the program output, but you can paste text to the bottom of the file.
Go to LineOpens a dialog that moves the focus to the line you specify. The dialog also indicates the total number of lines in the console buffer.
Find/Replace...Opens a Find/Replace dialog that operates only on the text in the Console view.
Open LinkSelect to follow a detected hyperlink in any console view that supports. For example, the CVS console.
Scroll LockToggles the Scroll Lock.
+ +

Related references +
C/C++ Views and Editors

+

Red Hat Copyright Statement
IBM Copyright Statement diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_view_executables.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_view_executables.htm index 006e78b8e70..3bf55a99095 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_view_executables.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_view_executables.htm @@ -6,10 +6,12 @@ Executables view + +

Executables view

-

The Executables view provides a dynamic list of executables and their related source files. The Executables view makes it easy to:

+

The Executables view provides a dynamic list of executables and their related source files. The Executables view makes it easy to:

-

In addition, an Executables project is created in the C/C++ Projects view. The binaries shown in the Executables project can be deleted which also removes them from the Executables view. For binaries outside the workspace you must import them into the Executables view so their symbolics can be used during the debug session. You can also drag and drop executables into the view.

+

In addition, an Executables project is created in the Project Explorer view. The binaries shown in the Executables project can be deleted which also removes them from the Executables view. For binaries outside the workspace you must import them into the Executables view so their symbolics can be used during the debug session. You can also drag and drop executables into the view.

Executables view

The Executables view consists of the Executable Name and Source File Name panes described in the table below. Use the Columns button in the toolbar to show or hide specific columns in each pane. Columns can be sorted and rearranged in the order desired.

- +
- - + + - + - + @@ -77,6 +80,11 @@ + + + + + @@ -87,5 +95,6 @@ Related reference
Views

+
Nokia Copyright Statement
Executables View Options
PaneExplanationPaneExplanation
Executable Name

Displays a list of executables in the workspace as well as other files added by the user. Select an executable to update the Source File Name pane with related files. The executable information shown can include:

    @@ -43,7 +45,7 @@

Click the Columns icon (columns icon) to set which columns to show in this pane.

Source File Name

Displays a list of source files for the selected executable as extracted from the symbol table. The source file information shown can include:

    @@ -53,6 +55,7 @@
  • Source File Size - The executable size shown in bytes.
  • Source File Date - The source file′s modification date.
  • Source File Type - The source type (.h, .inc, etc.)
  • +
  • Missing Source Files - Gray text indicates files not found. Double-click the file to browse for the missing file.

Expand a file′s tree control to view the functions and header files used by the file. Double-click to open the source file for editing or to set breakpoints.

Click the Columns icon (columns icon) to set which columns to show in this pane.

Import an executable file Click to import an executable not in the workspace into the executables list.
remove executables icon
Remove the selected executables Click to remove the selected executables from the executables list.
columns icon
Columns