# HG changeset patch # User fturovic # Date 1265831644 21600 # Node ID 74b79087089332a95fe27ea2552927889ec3b84f # Parent 73b050b327fe91fdf25d86677bb7571b5b9f3634 updated creating a launch config page and images diff -r 73b050b327fe -r 74b790870893 core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/images/run_config_new.png Binary file core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/images/run_config_new.png has changed diff -r 73b050b327fe -r 74b790870893 core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/images/wnd_launch_configuration_blank.png Binary file core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/images/wnd_launch_configuration_blank.png has changed diff -r 73b050b327fe -r 74b790870893 core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_debug_config.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_debug_config.htm Wed Feb 10 12:00:03 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_debug_config.htm Wed Feb 10 13:54:04 2010 -0600 @@ -18,23 +18,21 @@

Creating a Default Launch Configuration

-

NOTE Carbide.c++ only creates a new default launch configuration when it cannot find one in the project. If the project already contains a launch configuration, Carbide.c++ launches that instead.

+

NOTE Carbide only creates a new default launch configuration when it cannot find one in the project. If the project already contains a launch configuration, Carbide launches that instead.

-

NOTE To see if a project already has a launch configuration, open a Run or Debug window using the Run > Open Run Dialog... or Run > Open Debug Dialog... menu items. - -

-

In the event that the default launch configuration settings need to be changed, it is possible to edit them in the Debug window, or create a new launch configuration for the project that deviates from the default settings.

+

NOTE To see if a project already has a launch configuration, open a Run or Debug window using the Run > Run As or Run > Debug As menu items.

+

In the event that the default launch configuration settings must be changed, edit them in the Debug window, or simply create a new launch configuration for the project that deviates from the default settings.

Creating a Custom Launch Configuration

    @@ -44,16 +42,16 @@

    The appropriate Run or Debug launch configuration window appears (Figure 1).

    -

    Undefined launch configuration

    +

    Undefined launch configuration

    Figure 1 - Initial blank Debug launch configuration window

  1. Select a type of launch configuration (for example, Symbian OS Emulation), then click the New launch configuration icon to create a new configuration of that type. -

    A new configuration appears in the Configuration list under the +

    A new configuration appears in the configuration list under the appropriate section using the project name and target to create the configuration name.

    -

    NOTE 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.

    +

    NOTE Project information is used to fill in the Project and Process to launch text boxes by default when you click New. You should not have to edit these for a normal run/debug project. If a bld.inf 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.

  2. -

    New launch configuration

    +

    New launch configuration

    Figure 2 - New launch configuration with name and settings filled in (emulator)

  3. View the information to define the project and executable @@ -94,7 +92,7 @@
  4. Building Projects
  5. Debugging DLLs
  6. - + \ No newline at end of file