# HG changeset patch # User fturovic # Date 1286475244 18000 # Node ID a569694921379c9f2dba03884e389b5dfdc90051 # Parent 8b2d7ec68b9208949a9bf91e8beaaff0559ee511 BUG 12339 - fixed missing debug icons diff -r 8b2d7ec68b92 -r a56969492137 core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_03.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_03.htm Thu Oct 07 13:08:36 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_03.htm Thu Oct 07 13:14:04 2010 -0500 @@ -12,7 +12,7 @@

In this example we demonstrate how to debug applications on a remote device using the Symbian Device (Install SIS) remote debug agent. This enables you to test programs on the actual device it will operate on while observing its behavior using the Carbide debugger. The steps to do this include:

  1. Connect target device to PC
  2. -
  3. Install CODA remote agent (v3.2.7) or later on the target device
  4. +
  5. Install CODA 4.x or later on the target device
  6. Configure project for downloading
  7. Debug project on target device
@@ -25,7 +25,7 @@

We choose Phone Debug (armv5_udeb) for this example using the Manage Configurations icon on the toolbar, but yours name may differ based upon the SDK selected for your project.

Select device target

-
  • Click the Debug icon (Debug icon) on the toolbar. +
  • Click the Debug icon (Debug icon) on the toolbar.

    This opens the New Launch Configuration Wizard dialog asking for additional information. For the first launch you must define the name of the package to install on the target device.

    New Launch Configuration Wizard

      diff -r 8b2d7ec68b92 -r a56969492137 core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_04.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_04.htm Thu Oct 07 13:08:36 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_04.htm Thu Oct 07 13:14:04 2010 -0500 @@ -12,7 +12,7 @@

      In this example we demonstrate how to debug applications on a remote device using the Symbian Device (Install SIS) remote debug agent. This enables you to test programs on the actual device it will operate on while observing its behavior using the Carbide debugger. The steps to do this include:

      1. Connect target device to PC
      2. -
      3. Install CODA remote agent (v3.2.7) or later on the target device
      4. +
      5. Install CODA 4.x or later on the target device
      6. Configure project for downloading
      7. Debug project on target device
      @@ -24,7 +24,7 @@
    1. Set breakpoints in the program.

      Set breakpoints at the critical points in the program where you want to stop execution.

    2. -
    3. Click the Debug icon (Debug icon) to launch the program for debugging on the target device. +
    4. Click the Debug icon (Debug icon) to launch the program for debugging on the target device.

      Follow the steps in Configure project for downloading to build and launch the program for debugging.

    5. Use the Carbide debugger to examine program internals and control its execution.