mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
100 lines
No EOL
3.8 KiB
HTML
100 lines
No EOL
3.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<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>Console view</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
<body>
|
|
<h1>Console view</h1>
|
|
|
|
<p>This view shows the output of the execution of your program and enables you to enter input for the program.
|
|
<p><img border="0" src="../images/view_console.png" alt="Console View"></p>
|
|
|
|
The console shows three different kinds of text, each in a different color:
|
|
</p>
|
|
<ul>
|
|
<li>Standard output</li>
|
|
<li>Standard error</li>
|
|
<li>Standard input</li>
|
|
</ul>
|
|
<p>You can choose the different colors for these kinds of text on the preferences pages
|
|
(<b>Window > Preferences > Debug > Console</b>).
|
|
</p>
|
|
|
|
<h2>Console View Context Menu</h2>
|
|
|
|
<p>When you right-click in the <b>Console</b> view
|
|
(or when you press <b>Shift+F10</b> when the focus is on the <b>Console</b> view),
|
|
you see the following options:
|
|
</p>
|
|
<dl>
|
|
<dt>Edit options: Cut, Copy, Paste, Select All</dt>
|
|
<dd>These options perform the standard edit operations.
|
|
Which options are available depends on where the focus is in the
|
|
<b>Console</b> view.
|
|
For example, you cannot paste text into the program output,
|
|
but you can paste text to the bottom of the file.
|
|
</dd>
|
|
<dt>Find/Replace</dt>
|
|
<dd>Opens a <b>Find/Replace</b> dialog
|
|
that operates only on the text in the <b>Console</b> view.</dd>
|
|
<dt>Go to Line</dt>
|
|
<dd>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.
|
|
</dd>
|
|
<dt>Terminate</dt>
|
|
<dd>Terminates the process that is currently associated with the console.</dd>
|
|
</dl>
|
|
|
|
<h2>Console View Toolbar</h2>
|
|
|
|
<table border="1" cellpadding="1" cellspacing="0">
|
|
<tr><th>Icon</th><th>Command</th><th>Description</th></tr>
|
|
<tr>
|
|
<td align="center" valign="top"><img src="../images/icon_con_terminate.png" alt="Terminate icon"></td>
|
|
<td valign="top">Terminate</td>
|
|
<td valign="top">Terminates the process that is currently associated with the console.</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center" valign="top"><img src="../images/icon_con_rem_all_term.png" alt="Remove all Terminated Launches icon"></td>
|
|
<td valign="top">Remove all Terminated Launches</td>
|
|
<td valign="top">Removes all terminated launches that are associated with the console.</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center" valign="top"><img src="../images/icon_con_scroll_lock.png" alt="Scroll Lock icon"></td>
|
|
<td valign="top">Scroll Lock</td>
|
|
<td valign="top">Toggles the Scroll Lock.</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center" valign="top"><img src="../images/icon_con_clear.png" alt="Clear Console icon"></td>
|
|
<td valign="top">Clear Console</td>
|
|
<td valign="top">Clears the console.</td>
|
|
</tr>
|
|
<td align="center" valign="top"><img src="../images/icon_con_pin.png" alt="Pin Console icon"></td>
|
|
<td valign="top">Pin Console</td>
|
|
<td valign="top">Forces the Console view to remain on top of other views in the window area.</td>
|
|
</tr>
|
|
<td align="center" valign="top"><img src="../images/icon_con_disp_console.png" alt="Display Selected Console icon"></td>
|
|
<td valign="top">Display Selected Console</td>
|
|
<td valign="top">If multiple consoles are open, you can select the one to display from a list.</td>
|
|
</tr>
|
|
<td align="center" valign="top"><img src="../images/icon_con_min.png" alt="Minimize Console icon"></td>
|
|
<td valign="top">Minimize Console</td>
|
|
<td valign="top">Minimizes the Console view.</td>
|
|
</tr>
|
|
<td align="center" valign="top"><img src="../images/icon_con_max.png" alt="Maximize Console icon"></td>
|
|
<td valign="top">Maximize Console</td>
|
|
<td valign="top">Maximizes the Console view.</td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<p>
|
|
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"> <br>
|
|
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
|
</p>
|
|
</body>
|
|
</html> |