core/com.nokia.carbide.cpp.doc.user/html/projects/views/view_console.htm
changeset 2131 ff0156b93599
equal deleted inserted replaced
2130:16e8bfa397ad 2131:ff0156b93599
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
       
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
       
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
       
     7 <title>Console View</title>
       
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
       
     9 </head>
       
    10 <body >
       
    11 <h2>Console view </h2>
       
    12 <p>The <b>Console</b> view display<span><span>s the output of a process and allows you to provide keyboard input to a process</span></span>. There are numerous consoles available, see the Open Console dropdown list for those available to you. Most are enabled from various project panels in Carbide. </p>
       
    13 <p align="center"><img src="../../images/views/view_console_build.png" width="778" height="203" /></p>
       
    14 <p class="figure">Figure 1 - Console view showing build console information</p>
       
    15 <p>To view <span class="code">RDebug::Printf</span> output in the <b>Console</b> view when targeting devices, ensure that the following <a href="../launch/page_debugger.htm">Debugger</a> options are matched with settings in the <span class="code">epoc.ini</span> file. </p>
       
    16 <ul>
       
    17   <li>Set <span class="code">LogToDebugger 1</span> to use the <b>View program output</b> option </li>
       
    18   <li>Set <span class="code">LogToFile 1</span> to enable the <b>View emulator output</b> option</li>
       
    19 </ul>
       
    20 <h5>Table 1 Console view&mdash;items </h5>
       
    21 <table width="100%"  border="0" cellpadding="2" cellspacing="0">
       
    22   <tr>
       
    23     <th width="29%" scope="col">Item</th>
       
    24     <th width="14%" scope="col">Icon</th>
       
    25     <th width="57%" scope="col">Explanation</th>
       
    26   </tr>
       
    27   <tr>
       
    28     <td><b>Scroll Lock </b></td>
       
    29     <td><div align="center"><img src="../../images/icons/console_scroll_lock_icon.png" width="15" height="18" /></div></td>
       
    30     <td>Toggles the scrolling of the console view contents. </td>
       
    31   </tr>
       
    32   <tr>
       
    33     <td><b>Clear Console </b></td>
       
    34     <td><div align="center"><img src="../../images/icons/console_clear_console_icon.png" width="19" height="18" /></div></td>
       
    35     <td>Clears all content in the Console view.</td>
       
    36   </tr>
       
    37   <tr>
       
    38     <td><b>Pin Console </b></td>
       
    39     <td><div align="center"><img src="../../images/icons/console_pin_console_icon.png" width="19" height="18" /></div></td>
       
    40     <td><p>Toggles the behavior of the console. When enabled the current console content is fixed all the time instead of scrolling out of sight. When disabled, the console changes according to the action. </p>
       
    41     </td>
       
    42   </tr>
       
    43   <tr>
       
    44     <td><b>Display Selected Console </b></td>
       
    45     <td><div align="center"><img src="../../images/icons/console_display_selected_icon.png" width="30" height="18" /></div></td>
       
    46     <td>Changes the contents of the current console view to show the selected console output. </td>
       
    47   </tr>
       
    48   <tr>
       
    49     <td><b>Open Console </b></td>
       
    50     <td><div align="center"><img src="../../images/icons/console_open_console_icon.png" width="30" height="18" /></div></td>
       
    51     <td><p>Opens a new  console to display  the log for:</p>
       
    52       <ul>
       
    53         <li>Platform Security Diagnostics</li>
       
    54         <li>New Windows System Messages Console </li>
       
    55         <li>New Emulation Program Output Console</li>
       
    56         <li>New CODA Program Output Console</li>
       
    57         <li>New CODA Communications Log Console</li>
       
    58         <li>New Symbian Rom Log Console</li>
       
    59         <li>New Emulator Output Console</li>
       
    60         <li>CVS</li>
       
    61         <li>New Console View</li>
       
    62       </ul>
       
    63       <p>Remember  that <i>program output</i> is console output from the running binary  and <i>communications log</i> is the messages sent between CODA and the on-device debug agent. </p>      
       
    64       <p class="note"><b>NOTE</b> You can pin any message log view so that it does not lose focus.</p></td>
       
    65   </tr>
       
    66 </table>
       
    67 <p>&nbsp;</p>
       
    68 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
       
    69 
       
    70 </body>
       
    71 </html>