core/com.nokia.carbide.cpp.doc.user/html/projects/launch/customizing_launch_configs.htm
changeset 2131 ff0156b93599
parent 2087 617a89f9dffc
equal deleted inserted replaced
2130:16e8bfa397ad 2131:ff0156b93599
    30       </li>
    30       </li>
    31    </ul>
    31    </ul>
    32   <p align="center"><img src="images/wnd_launch_config_blank.png" width="780" height="578" alt="Undefined launch configuration"/> </p>
    32   <p align="center"><img src="images/wnd_launch_config_blank.png" width="780" height="578" alt="Undefined launch configuration"/> </p>
    33   <p class="figure">Figure 1 - Initial blank Debug launch configuration window</p>
    33   <p class="figure">Figure 1 - Initial blank Debug launch configuration window</p>
    34   </li>
    34   </li>
    35   <li>Select a type of launch configuration (for example, Symbian OS Emulation), then click the New launch configuration icon to create a new
    35   <li>Select a type of launch configuration (for example, Symbian Emulation), then click the New launch configuration icon to create a new
    36     configuration of that type.
    36     configuration of that type.
    37     <p>A new configuration appears in the Configuration list under the
    37     <p>A new configuration appears in the Configuration list under the
    38       appropriate section  using the project name and target to create the configuration name.</p>
    38       appropriate section  using the project name and target to create the configuration name.</p>
    39   <p class="note"><b>NOTE</b> By default, when you click New, the project information is used to fill in the Project and Process to launch text boxes. You normally should not have to edit these for a run/debug a project. If a bld.inf has multiple MMPS then the first executable named in the list of MMP files is used to fill in the executable field.  Therefore, for projects with multiple MMPs you may need to change the executable field.    </p>
    39   <p class="note"><b>NOTE</b> By default, when you click New, the project information is used to fill in the Project and Process to launch text boxes. You normally should not have to edit these for a run/debug a project. If a bld.inf has multiple MMPS then the first executable named in the list of MMP files is used to fill in the executable field.  Therefore, for projects with multiple MMPs you may need to change the executable field.    </p>
    40   <p align="center"><img src="images/wnd_launch_config_new.png" width="874" height="640" alt="New launch configuration" /></p>
    40   <p align="center"><img src="images/wnd_launch_config_new.png" width="874" height="640" alt="New launch configuration" /></p>
    61       <li><a href="page_x86_exceptions.htm">x86 Exceptions</a> </li>
    61       <li><a href="page_x86_exceptions.htm">x86 Exceptions</a> </li>
    62       <li>Arguments (<i>Eclipse</i>) </li>
    62       <li>Arguments (<i>Eclipse</i>) </li>
    63       <li>Source (<i>Eclipse</i>) </li>
    63       <li>Source (<i>Eclipse</i>) </li>
    64       <li>Common (<i>Eclipse</i>) </li>
    64       <li>Common (<i>Eclipse</i>) </li>
    65     </ul>
    65     </ul>
    66     <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>
    66     <p>To debug something outside of the workspace, be sure to import the binary into the <a href="../views/view_executables.htm">Executables</a> view. </p>
    67   </li>
    67   </li>
    68   <li>Click Debug
    68   <li>Click Debug
    69     <p>The IDE launches the executable. If the launch configuration is set to change perspective, it  switches to the specified perspective. </p>
    69     <p>The IDE launches the executable. If the launch configuration is set to change perspective, it  switches to the specified perspective. </p>
    70   </li>
    70   </li>
    71 </ol>
    71 </ol>