core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_00.htm
author stechong
Wed, 20 Oct 2010 11:19:31 -0500
changeset 2165 2a7b5eccb0bc
parent 2087 617a89f9dffc
permissions -rw-r--r--
Keeping PlatSim internal only.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>Remote Target Debugging (Run-mode) Tutorial</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</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 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> <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>
<h4>Other references</h4>
<ul>
    <li><a href="new_proj_from_template_00.htm">Emulator Application Projects</a></li>
    <li><a href="new_proj_dll_example_00.htm">DLL Projects</a></li>
</ul>
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>

</body>
</html>