core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_debug_config.htm
changeset 2131 ff0156b93599
parent 1933 a77f12f0a631
equal deleted inserted replaced
2130:16e8bfa397ad 2131:ff0156b93599
    43       </li>
    43       </li>
    44    </ul>
    44    </ul>
    45   <p align="center"><img src="images/wnd_launch_configuration_blank.png" width="709" height="455" alt="Undefined launch configuration"/> </p>
    45   <p align="center"><img src="images/wnd_launch_configuration_blank.png" width="709" height="455" alt="Undefined launch configuration"/> </p>
    46   <p class="figure">Figure 1 - Initial blank Debug launch configuration window</p>
    46   <p class="figure">Figure 1 - Initial blank Debug launch configuration window</p>
    47   </li>
    47   </li>
    48   <li>Select a type of launch configuration (for example, Symbian OS Emulation), then click the New launch configuration icon to create a new
    48   <li>Select a type of launch configuration (for example, Symbian Emulation), then click the New launch configuration icon to create a new
    49     configuration of that type.
    49     configuration of that type.
    50     <p>A new configuration appears in the Configuration list under the
    50     <p>A new configuration appears in the Configuration list under the
    51       appropriate section  using the project name and target to create the configuration name.</p>
    51       appropriate section  using the project name and target to create the configuration name.</p>
    52   <p class="note"><b>NOTE</b> Project information is used to fill in the <b>Project</b> and <b>Process to launch</b> text boxes by default when you click <b>New</b>. You  should not have to edit these for a normal run/debug project. If a <span class="code">bld.inf</span> has multiple MMP files listed, then the first executable  in the list  is used to fill in the executable field.  Therefore, for projects with multiple MMPs you may need to change the executable field.    </p>
    52   <p class="note"><b>NOTE</b> Project information is used to fill in the <b>Project</b> and <b>Process to launch</b> text boxes by default when you click <b>New</b>. You  should not have to edit these for a normal run/debug project. If a <span class="code">bld.inf</span> has multiple MMP files listed, then the first executable  in the list  is used to fill in the executable field.  Therefore, for projects with multiple MMPs you may need to change the executable field.    </p>
    53   </li>
    53   </li>
    75       <li><a href="../../projects/launch/page_x86_exceptions.htm">x86 Exceptions</a> </li>
    75       <li><a href="../../projects/launch/page_x86_exceptions.htm">x86 Exceptions</a> </li>
    76       <li>Arguments (<i>Eclipse</i>) </li>
    76       <li>Arguments (<i>Eclipse</i>) </li>
    77       <li>Source (<i>Eclipse</i>) </li>
    77       <li>Source (<i>Eclipse</i>) </li>
    78       <li>Common (<i>Eclipse</i>) </li>
    78       <li>Common (<i>Eclipse</i>) </li>
    79     </ul>
    79     </ul>
    80     <p>To debug something outside of the workspace, be sure to import the binary into the <a href="../../reference/view_executables.htm">Executables</a> view. </p>
    80     <p>To debug something outside of the workspace, be sure to import the binary into the <a href="../../projects/views/view_executables.htm">Executables</a> view. </p>
    81   </li>
    81   </li>
    82   <li>Click Debug
    82   <li>Click Debug
    83     <p>The IDE launches the executable. If the launch configuration is set to change perspective, it  switches to the specified perspective. </p>
    83     <p>The IDE launches the executable. If the launch configuration is set to change perspective, it  switches to the specified perspective. </p>
    84   </li>
    84   </li>
    85 </ol>
    85 </ol>