core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_00.htm
changeset 2087 617a89f9dffc
parent 2009 b622387629d6
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_00.htm	Tue Sep 21 10:33:50 2010 -0700
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_00.htm	Tue Sep 21 15:50:51 2010 -0500
@@ -9,10 +9,13 @@
 </head>
 <body >
 <h2>Remote Target Debugging (Run-mode) Tutorial</h2>
-<p>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:</p>
+<p>In this example we demonstrate how to debug applications on a remote device using the CODA (Carbide On-device Debug Agent). This enables you to test  programs on the actual device it will operate on while observing its behavior using the Carbide debugger. </p>
+<p align="center"><img src="../images/code_process.png" alt="CODA process flow" width="384" height="192"></p>
+<p class="figure">Figure 1. CODA process flow</p>
+<p>The steps to do this include:</p>
 <ol>
     <li><a href="run_mode_debug_example_01.htm">Connect</a>  target device for PC</li>
-    <li><a href="../trk/trk_installation_instr.htm">Install </a>CODA remote agent (v3.2.7) or later on the target device</li>
+    <li><a href="../trk/trk_installation_instr.htm">Install</a> <a href="../../concepts/trk.htm">CODA</a> v4.x or later on the target device</li>
     <li><a href="run_mode_debug_example_04.htm">Configure</a> project for downloading</li>
     <li><a href="../../tasks/projects/prj_build.htm">Debug</a> project on target device</li>
 </ol>