Binary file core/com.nokia.carbide.cpp.doc.user/html/images/icons/btn_debug.png has changed
Binary file core/com.nokia.carbide.cpp.doc.user/html/images/icons/btn_run.png has changed
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_board.htm Thu Feb 25 14:03:46 2010 -0600
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_board.htm Thu Feb 25 14:29:57 2010 -0600
@@ -9,7 +9,7 @@
<body>
<h2>Symbian OS Reference Board Launch</h2>
-<p>Use the <b>Configure launch configuration</b> pane of the <b>New Launch Configuration Wizard</b> to review or modify the project's launch configuration for the reference board using JTAG.</p>
+<p>Use the <b>Debug As</b> dialog to select the <b>New Launch Configuration Wizard</b> to create a launch configuration for a development board or reference hardware using a JTAG connection.</p>
<p align="center"><img src="images/launch_board_01.png" width="350" height="350"></p>
<p class="figure">Figure 1. Debug As dialog</p>
<div class="step">
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_configs_overview.htm Thu Feb 25 14:03:46 2010 -0600
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_configs_overview.htm Thu Feb 25 14:29:57 2010 -0600
@@ -8,7 +8,7 @@
<body>
<h2>Launch Configuration Overview</h2>
-<p>A <b>launch configuration</b> defines the operational settings used by the Carbide.c++ tools to launch and debug programs. A project must have at least one launch configuration, and can have as many as necessary. This enables you to develop and debug your project using various compilers (GCCE and RVCT) and different targets (emulator and on-device) as each launch configuration can be tailored to fit the intended target. </p>
+<p>A <b>launch configuration</b> defines the operational settings used by the Carbide.c++ tools to launch and debug programs. A project must have at least one launch configuration, and can have as many as necessary. This enables you to develop and debug your project using various compilers (GCCE and RVCT) and different targets (emulator, on-device, and reference boards) as each launch configuration can be tailored to fit the intended target. </p>
<h4>Creating a Launch Configuration </h4>
<p>To create a default launch configuration for a project use the <a href="wiz_new_launch_config.htm">New Launch Configuration Wizard</a>. Using this method ensures that you have a working launch configuration for the project. You can invoke the New Launch Configuration Wizard for projects lacking a launch configuration by selecting the <b>Run > Debug</b> (<span class="code">F11</span>) or<b> </b><b>Run > Run</b> (<span class="code">CTRL+F11</span>) menu options, or clicking the <b>Run</b> (<img src="../../images/icons/btn_run.png" alt="Run icon" width="16" height="16" align="absmiddle" />) or <b>Debug</b> (<img src="../../images/icons/btn_debug.png" width="17" height="16" align="absmiddle" alt="Debug icon"/>) icons in the toolbar. If a project already has a defined launch configuration, selecting the <b>Run</b> or <b>Debug</b> command calls the previously defined and last used launch configuration, bypassing the wizard entirely.</p>
<p>For emulator projects the wizard simply gathers the data it needs from the project and creates an emulator launch configuration and launches the emulator. For on-device targets, more information is required, so the wizard asks for the missing information it needs, creates the launch configuration, then downloads the executable to the device and launches it. Once the emulator or device is loaded with the executable, the debug session commences. </p>
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_emulator.htm Thu Feb 25 14:03:46 2010 -0600
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_emulator.htm Thu Feb 25 14:29:57 2010 -0600
@@ -9,10 +9,25 @@
<body>
<h2>Symbian OS Emulator Launch</h2>
-<p>The following launch configuration types are available:</p>
-<h4>Other references</h4>
+<p>Use the <b>Debug As</b> dialog<b></b> to select the New Launch Configuration Wizard that will create a launch configuration for the project. </p>
+<p align="center"><img src="images/launch_phone_01.png" width="350" height="350"></p>
+<p class="figure">Figure 1. Debug As dialog</p>
+<div class="step">
+ <h4>Creating a Launch Configuration for an Emulator</h4>
+ <ol>
+ <li>Select the <b>Run > Debug</b> menu item, or click the Debug (<img src="../../reference/images/view_symbianOSbtn_debug.png" width="18" height="17" align="absmiddle">) icon, or press F11<br>
+ <p><b>SHORTCUT</b> Select the <b class="note">Run > Debug As > Debug Symbian OS Application on Emulator</b> menu item to skip Step 2.</p>
+ </li>
+ <li>Select the <b>Symbian OS Emulator Launch</b> item, then click <b>OK</b></li>
+ <li>Complete each page in the New Launch Configuration Wizard , then click Next</li>
+ <li>Review the settings in the <a href="wiz_new_launch_config.htm">New Launch Configuration</a> page</li>
+ <li>Click <b>Debug</b> to download and debug the project on the phone</li>
+ </ol>
+</div>
+<h5>Other references</h5>
<ul>
- <li></li>
+ <li><a href="launch_phone.htm">Symbian OS Phone Launch</a></li>
+ <li><a href="launch_board.htm">Symbian OS Reference Board Launch</a></li>
</ul>
<div id="footer">Copyright © 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>
</body>
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_phone.htm Thu Feb 25 14:03:46 2010 -0600
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_phone.htm Thu Feb 25 14:29:57 2010 -0600
@@ -9,7 +9,7 @@
<body>
<h2>Symbian OS Phone Launch</h2>
-<p>Use the <b>Configure launch configuration</b> pane of the <b>New Launch Configuration Wizard</b> to review or modify the project's launch configuration for the remote device.</p>
+<p>Use the <b>Debug As</b> dialog<b></b> to select the New Launch Configuration Wizard that will create a launch configuration for the project. </p>
<p align="center"><img src="images/launch_phone_01.png" width="350" height="350"></p>
<p class="figure">Figure 1. Debug As dialog</p>
<div class="step">
Binary file core/com.nokia.carbide.cpp.doc.user/html/reference/images/view_symbianOSbtn_debug.png has changed