diff -r 549473f3167e -r b622387629d6 core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_01.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_01.htm Wed Sep 15 09:33:14 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_01.htm Wed Sep 15 09:40:16 2010 -0500 @@ -9,10 +9,10 @@

Connect target device to PC

-

In this example we demonstrate how to debug applications on a remote device using the Application TRK 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:

+

In this example we demonstrate how to debug applications on a remote device using the Application CODA 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 TRK remote agent (v3.2.7) or later on the target device
  4. +
  5. Install CODA remote agent (v3.2.7) or later on the target device
  6. Configure project for downloading
  7. Debug project on target device
@@ -25,14 +25,14 @@
  • Connect the USB cable between the remote device and PC running Carbide.

    Use the Remote Connections view to verify a successful connection or by looking at the remote connection trim display shown at the bottom of the workplace window.

    Remote Connection view   Remote Connection trim indicator

    -

    The Status column indicates whether the service you need for debugging, TRK, is Available. If it's status is Not Accessible you are probably missing the TRK remote agent on the remote device.

    +

    The Status column indicates whether the service you need for debugging, CODA, is Available. If it's status is Not Accessible you are probably missing the CODA remote agent on the remote device.

  • Click OK on the remote device when it asks to use PC Suite mode with USB.

    NOTE Debugging requires the use of PC Suite mode. If you are in another mode, like Mass storage mode, an alert appears asking you to change.

  • -

    NEXT: Install TRK remote agent

    +

    NEXT: Install CODA remote agent

    Other references