# HG changeset patch # User fturovic # Date 1266529758 21600 # Node ID daded633d00d1546ffeaea61ab436b36cb249965 # Parent a690706fd137b885077a6f3c2c3595c16388143a minor editorial revisions diff -r a690706fd137 -r daded633d00d core/com.nokia.carbide.cpp.doc.user/html/concepts/ngage_projects.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/ngage_projects.htm Thu Feb 18 15:23:36 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/ngage_projects.htm Thu Feb 18 15:49:18 2010 -0600 @@ -68,7 +68,7 @@

With your game file installed on the device, create a launch configuration for the project. In Carbide:

  1. OpenWindow > Preferences > Run/Debug > Launching preference panel and disable the Build (if required) before launching option
  2. -
  3. Right-click the project and choose Debug As > Open Debug Dialog to open the Debug window
  4. +
  5. Right-click the project and choose Debug As > Debug As to open the Debug window
  6. Create an Application TRK launch configuration
    • In the Connection tab select the COM port used to connect to the device.
    • @@ -85,7 +85,7 @@

      With your game file installed to the emulator, create a launch configuration for the project. In Carbide:

      1. Open Window > Preferences > Run/Debug > Launching and disable the Build (if required) before launching option
      2. -
      3. Right-click the project and choose Debug As > Open Debug Dialog to open the Debug window
      4. +
      5. Right-click the project and choose Debug As > Debug As to open the Debug window
      6. Create an Symbian OS Emulation launch configuration
      7. Click Debug to launch the emulator
      8. In the emulator, select File > Open, locate and select the .N-GAGE installation file and click Open to install the project
      9. diff -r a690706fd137 -r daded633d00d core/com.nokia.carbide.cpp.doc.user/html/projects/launch/attach_process.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/attach_process.htm Thu Feb 18 15:23:36 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/attach_process.htm Thu Feb 18 15:49:18 2010 -0600 @@ -12,7 +12,7 @@

        Use the Symbian OS Attach to Process launch configuration to attach the debugger to an already running Symbian OS process or thread on a target device from within any project. This is useful for debugging servers running in RAM in a client-server relationship where the client relies on the presence of the server process to operate as one example.

        Attaching to a process requires a both target device running the Symbian OS and the presence of a TRK debug agent on the device. You can also use the Symbian OS Data view to attach to a process while debugging. However, you can not attach to a process running on an emulator.

        If the New Launch Configuration Wizard created the Attach to Process launch configuration no changes are usually needed. The Attach to Process options match those of System TRK with one additional step, selection of the process to debug in the Attach to Process dialog.

        -

        To modify the launch configuration settings, select the Run > Open Debug Dialog... menu option to open the Debug dialog. Select the Attach to Process configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

        +

        To modify the launch configuration settings, select the Run > Debug As menu option to open the Debug dialog. Select the Attach to Process configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

        Figure 1. Attach to Process launch configuration in the Debug dialog

        The Attach to Process launch configuration panes include:

        @@ -28,6 +28,6 @@ - + diff -r a690706fd137 -r daded633d00d core/com.nokia.carbide.cpp.doc.user/html/projects/launch/customizing_launch_configs.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/customizing_launch_configs.htm Thu Feb 18 15:23:36 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/customizing_launch_configs.htm Thu Feb 18 15:49:18 2010 -0600 @@ -16,7 +16,7 @@
      10. Default launch configuration (recommended) — the New Launch Configuration Wizard automatically sets up a default launch configuration to run or debug the project on the first Run or Debug execution. This provides a quick and easy method to start running or debugging a project without the inconvenience of setting a lot of options. The default launch configuration can always be edited later as the project launch requirements change.
      11. Custom launch configuration— enables you to create or modify a launch configuration to suit the needs of the project. To modify a launch configuration, create one using the New Launch Configuration Wizard, then enable the Advanced Options option on the New Launch Configuration page before you click Finish. This opens the Debug dialog so you can immediately customize the new launch configuration's options.
    -

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

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

    @@ -25,7 +25,7 @@
    1. Open the Run or Debug launch configuration window
        -
      • Select the Run> Open Run Dialog... or Run > Open Debug Dialog... menu item +
      • Select the Run> Run As or Run > Debug As menu item

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

      diff -r a690706fd137 -r daded633d00d core/com.nokia.carbide.cpp.doc.user/html/projects/launch/emulation.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/emulation.htm Thu Feb 18 15:23:36 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/emulation.htm Thu Feb 18 15:49:18 2010 -0600 @@ -10,7 +10,7 @@

      Emulator Launch Configuration

      Select the Symbian OS Emulator launch configuration to run or debug executables using an emulator.

      -

      If the New Launch Configuration Wizard was used to create a emulator launch configuration no changes are usually needed. To modify the launch configuration settings, select the Run > Open Debug Dialog... menu option to open the Debug dialog. Select the Symbian OS Emulation launch configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

      +

      If the New Launch Configuration Wizard was used to create a emulator launch configuration no changes are usually needed. To modify the launch configuration settings, select the Run > Debug As menu option to open the Debug dialog. Select the Symbian OS Emulation launch configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

      Figure 1 - Emulator launch configuration in Debug dialog

      The Debug window provides C/C++ emulator debug options when a Symbian OS Emulation launch configuration is created. The settings included in the Symbian OS Emulation launch configuration are a combination of Carbide, CDT, and Eclipse options. The tabs in the window include:

      @@ -28,6 +28,6 @@ - + diff -r a690706fd137 -r daded633d00d core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_configs_overview.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_configs_overview.htm Thu Feb 18 15:23:36 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_configs_overview.htm Thu Feb 18 15:49:18 2010 -0600 @@ -16,15 +16,14 @@

      Available Launch Configurations

      Launch configurations come in several varieties, each designed for a specific purpose. You must choose one at the very start of the New Launch Configuration Wizard, so knowing the differences between them is important. Currently, the types to choose from include:

        -
      • Symbian OS Application—used to run or debug executables.
      • -
      • Symbian OS Appication TRK —used to run or debug applications on a target device using the Application TRK on-device debug agent. Application TRK is an application that runs on released phones and allows you to debug your executables. The debugger will download a Symbian OS installation file to the phone and install it prior to launching.
      • -
      • Symbian OS Attach to Process —used to debug processes running on a target device for which a symbol file is available. This is available only for TRK and stop mode debugging. This launch configuration is not available for emulator debugging. Stop mode and TRK can both attach to a process from the Symbian OS Data view.
      • -
      • Symbian OS Crash Debugger —used to launch an interactive command-line session with the Symbian OS crash debugger when the device crashes
      • -
      • Symbian OS Emulation —used to run or debug executables on an emulator.
      • -
      • Symbian OS System TRK (not available Developer Editions) —used to run or debug applications or ROM code on a target device using the System TRK on-device debug agent. System TRK is an application that runs on reference boards and prototype phones and allows you to debug your executables. The debugger will download files to the phone prior to launching.
      • -
      • Symbian OS Trace32 (only available in OEM Edition)—is an external debugger that the Carbide debugger communicates with, to debug any Symbian OS module on a target using a JTAG connection.
      • +
      • Symbian OS Application — used to run or debug executables.
      • +
      • Symbian OS Appication TRK — used to run or debug applications on a target device using the Application TRK on-device debug agent. Application TRK is an application that runs on released phones and allows you to debug your executables. The debugger will download a Symbian OS installation file to the phone and install it prior to launching.
      • +
      • Symbian OS Attach to Process — used to debug processes running on a target device for which a symbol file is available. This is available only for TRK and stop mode debugging. This launch configuration is not available for emulator debugging. Stop mode and TRK can both attach to a process from the Symbian OS Data view.
      • +
      • Symbian OS Crash Debugger — used to launch an interactive command-line session with the Symbian OS crash debugger when the device crashes
      • +
      • Symbian OS Emulation — used to run or debug executables on an emulator.
      • +
      • Symbian OS System TRK — used to run or debug applications or ROM code on a target device using the System TRK on-device debug agent. System TRK is an application that runs on reference boards and prototype phones and allows you to debug your executables. The debugger will download files to the phone prior to launching.
      • +
      • Symbian OS Trace32 — is an external debugger that the Carbide debugger communicates with, to debug any Symbian OS module on a target using a JTAG connection.
      -

      NOTE The specific launch configuration availability is determined by the Carbide.c++ edition you are using.

      Other references

      • Creating Projects Overview
      • diff -r a690706fd137 -r daded633d00d core/com.nokia.carbide.cpp.doc.user/html/projects/launch/run_mode.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/run_mode.htm Thu Feb 18 15:23:36 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/run_mode.htm Thu Feb 18 15:49:18 2010 -0600 @@ -10,7 +10,7 @@

        Application TRK Launch Configuration (Run-mode)

        Select the Symbian OS Application TRK launch configuration to debug or run applications on a target device using the Application TRK on-device debug agent. Application TRK is an application that runs on released phones and allows you to debug your executables. The debugger will download a Symbian OS installation file to the phone and install it prior to launching.

        -

        If the New Launch Configuration Wizard was used to create the Application TRK launch configuration no changes are usually needed. To modify the launch configuration settings, select the Run > Open Debug Dialog... menu option to open the Debug dialog. Select the Application TRK configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

        +

        If the New Launch Configuration Wizard was used to create the Application TRK launch configuration no changes are usually needed. To modify the launch configuration settings, select the Run > Debug As menu option to open the Debug dialog. Select the Application TRK configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

        Figure 1. Application TRK launch configuration in the Debug dialog

        The Application TRK launch configuration panes include:

        @@ -28,6 +28,6 @@ - + diff -r a690706fd137 -r daded633d00d core/com.nokia.carbide.cpp.doc.user/html/projects/launch/stop_mode.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/stop_mode.htm Thu Feb 18 15:23:36 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/stop_mode.htm Thu Feb 18 15:49:18 2010 -0600 @@ -9,8 +9,8 @@

        System TRK Launch Configuration (Stop-mode)

        -

        Select the Symbian OS System TRK launch configuration (only available in OEM Edition) provides C/C++ stop-mode debug options that use a JTAG interface when a Symbian OS Trace32 launch configuration is created. The settings included in these launch configuration are a combination of Carbide, CDT, and Eclipse options.

        -

        If the New Launch Configuration Wizard was used to create the System TRK launch configuration no changes are usually needed. To modify the launch configuration settings, select the Run > Open Debug Dialog... menu option to open the Debug dialog. Select the System TRK configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

        +

        Select the Symbian OS System TRK launch configuration provides C/C++ stop-mode debug options that use a JTAG interface when a Symbian OS Trace32 launch configuration is created. The settings included in these launch configuration are a combination of Carbide, CDT, and Eclipse options.

        +

        If the New Launch Configuration Wizard was used to create the System TRK launch configuration no changes are usually needed. To modify the launch configuration settings, select the Run > Debug As menu option to open the Debug dialog. Select the System TRK configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

        Figure 1. System TRK launch configuration in the Debug dialog

        The System TRK launch configuration panes include:

        diff -r a690706fd137 -r daded633d00d core/com.nokia.carbide.cpp.doc.user/html/projects/launch/trace32.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/trace32.htm Thu Feb 18 15:23:36 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/trace32.htm Thu Feb 18 15:49:18 2010 -0600 @@ -9,13 +9,14 @@

        Trace32 Launch Configuration

        -

        Select the Symbian OS Trace32 launch configuration (only available in OEM Edition) to debug any Symbian OS module on a target using a JTAG connection. The external Trace32 debugger communicates with the Carbide debugger and enables stop mode debugging of the target device.

        -

        If the New Launch Configuration Wizard was used to create a Trace32 launch configuration no changes are usually needed. To modify the launch configuration settings, select the Run > Open Debug Dialog... menu option to open the Debug dialog. Select the Trace32 configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

        +

        Select the Symbian OS Trace32 launch configuration to debug any Symbian OS module on a target using a JTAG connection. The external Trace32 debugger communicates with the Carbide debugger and enables stop mode debugging of the target device.

        +

        If the New Launch Configuration Wizard was used to create a Trace32 launch configuration no changes are usually needed. To modify the launch configuration settings, select the Run > Debug As menu option to open the Debug dialog. Select the Trace32 configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

        Figure 1. Trace32 launch configuration in the Debug dialog

        The Trace32 launch configuration panes include:

        • The Main tab defines the project to be launched. Enter the name of the project in the Project field, and the executable name in the Executable field.
        • +
        • The Connection tab
        • The Debugger tab defines debug configurations, such as entry point to begin debugging and target options.
        • The ROM Image tab allows you to define startup options and ROM image download information.
        • The Executables tab allows you to specify which executables that you want to debug that are part of the project.
        • @@ -26,6 +27,6 @@ - + diff -r a690706fd137 -r daded633d00d core/com.nokia.carbide.cpp.doc.user/html/reference/trk/panel_filter.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/reference/trk/panel_filter.htm Thu Feb 18 15:23:36 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/trk/panel_filter.htm Thu Feb 18 15:49:18 2010 -0600 @@ -14,7 +14,7 @@

          To access the Launch Configurations Filter Window

            -
          1. Select the Run > Open Debug Dialog... menu item
          2. +
          3. Select the Run > Debug As menu item
          4. The Debug window appears.

          5. Select the Filter icon in the toolbar above the list of configuration types and defined configurations.
          6. The Preferences (Filtered) window appears (Figure 1).

            diff -r a690706fd137 -r daded633d00d core/com.nokia.carbide.cpp.doc.user/html/reference/wnd_debug_configuration.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/reference/wnd_debug_configuration.htm Thu Feb 18 15:23:36 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/wnd_debug_configuration.htm Thu Feb 18 15:49:18 2010 -0600 @@ -58,12 +58,12 @@

            To open the Debug window

              -
            • Select the Run > Open Debug Dialog... menu item
            • +
            • Select the Run > Debug As menu item
              The Debug window (Figure 1) appears.
              -
            • Select Run > Open Run Dialog... to open a Run window to create a launch configuration for a release build.
            • +
            • Select Run > Run As to open a Run window to create a launch configuration for a release build.
            Other references
            diff -r a690706fd137 -r daded633d00d 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 Thu Feb 18 15:23:36 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_debug_config.htm Thu Feb 18 15:49:18 2010 -0600 @@ -38,7 +38,7 @@
            1. Open the Run or Debug launch configuration window
                -
              • Select the Run> Open Run Dialog... or Run > Open Debug Dialog... menu item +
              • Select the Run> Run As or Run > Debug As menu item

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

              diff -r a690706fd137 -r daded633d00d core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_carbide_setup.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_carbide_setup.htm Thu Feb 18 15:23:36 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_carbide_setup.htm Thu Feb 18 15:49:18 2010 -0600 @@ -20,7 +20,7 @@

              Defining a Customized Launch Configuration

                -
              1. Choose the Run > Open Debug Dialog... menu item
              2. +
              3. Choose the Run > Debug As menu item
              4. The Debug window appears.

              5. Select a Configuration type for on-device debugging and click New
              6. Choose the Symbian OS Application TRK or System TRK configuration based on which debug agent is installed on the device, then click New. A new debug launch configuration appears in the Configuration list and the Main tab appears.