carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_console_view.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<html lang="en">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     3
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
<head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
<meta http-equiv="Content-Language" content="en-us">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
<title>Console view</title>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
<link rel="stylesheet" type="text/css" href="../help.css">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
</head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
<body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
<h1>Console view</h1>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
<p>This view shows the output of the execution of your program and  enables you to enter input for the program. 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
<p><img border="0" src="../images/view_console.png" alt="Console View"></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
The console shows three different kinds of text, each in a different color:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
<ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
<li>Standard output</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
<li>Standard error</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
<li>Standard input</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
</ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
<p>You can choose the different colors for these kinds of text on the preferences pages 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
(<b>Window &gt; Preferences &gt; Debug &gt; Console</b>).
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
<h2>Console View Context Menu</h2>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
<p>When you right-click in the <b>Console</b> view
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
(or when you press <b>Shift+F10</b> when the focus is on the <b>Console</b> view),
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
you see the following options:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
<dl>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
<dt>Edit options: Cut, Copy, Paste, Select All</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
<dd>These options perform the standard edit operations.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
Which options are available depends on where the focus is in the 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
<b>Console</b> view.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
For example, you cannot paste text into the program output,
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
but you can paste text to the bottom of the file.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
<dt>Find/Replace</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
<dd>Opens a <b>Find/Replace</b> dialog
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
that operates only on the text in the <b>Console</b> view.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
<dt>Go to Line</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
<dd>Opens a dialog that moves the focus to the line you specify.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
The dialog also indicates the total number of lines in the console buffer.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
<dt>Terminate</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
<dd>Terminates the process that is currently associated with the console.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
</dl>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
<h2>Console View Toolbar</h2>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
<table border="1" cellpadding="1" cellspacing="0">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    55
<tr><th>Icon</th><th>Command</th><th>Description</th></tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
<td align="center" valign="top"><img src="../images/icon_con_terminate.png" alt="Terminate icon"></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    58
<td valign="top">Terminate</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    59
<td valign="top">Terminates the process that is currently associated with the console.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    60
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    61
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    62
<td align="center" valign="top"><img src="../images/icon_con_rem_all_term.png" alt="Remove all Terminated Launches icon"></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    63
<td valign="top">Remove all Terminated Launches</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    64
<td valign="top">Removes all terminated launches that are associated with the console.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    65
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    66
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    67
<td align="center" valign="top"><img src="../images/icon_con_scroll_lock.png" alt="Scroll Lock icon"></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    68
<td valign="top">Scroll Lock</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    69
<td valign="top">Toggles the Scroll Lock.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    70
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    71
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    72
<td align="center" valign="top"><img src="../images/icon_con_clear.png" alt="Clear Console icon"></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    73
<td valign="top">Clear Console</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    74
<td valign="top">Clears the console.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    75
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    76
<td align="center" valign="top"><img src="../images/icon_con_pin.png" alt="Pin Console icon"></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    77
<td valign="top">Pin Console</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    78
<td valign="top">Forces the Console view to remain on top of other views in the window area.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    79
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    80
<td align="center" valign="top"><img src="../images/icon_con_disp_console.png" alt="Display Selected Console icon"></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    81
<td valign="top">Display Selected Console</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    82
<td valign="top">If multiple consoles are open, you can select the one to display from a list.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    83
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    84
<td align="center" valign="top"><img src="../images/icon_con_min.png" alt="Minimize Console icon"></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    85
<td valign="top">Minimize Console</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    86
<td valign="top">Minimizes the Console view.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    87
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    88
<td align="center" valign="top"><img src="../images/icon_con_max.png" alt="Maximize Console icon"></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    89
<td valign="top">Maximize Console</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    90
<td valign="top">Maximizes the Console view.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    91
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    92
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    93
</table>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    94
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    95
<p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    96
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement">  <br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    97
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    98
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    99
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   100
</html>