core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_00.htm
changeset 2009 b622387629d6
parent 1934 4f0cd256d26c
child 2087 617a89f9dffc
equal deleted inserted replaced
2008:549473f3167e 2009:b622387629d6
     7 <title>Remote Target Debugging (Run-mode) Tutorial</title>
     7 <title>Remote Target Debugging (Run-mode) Tutorial</title>
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
     9 </head>
     9 </head>
    10 <body >
    10 <body >
    11 <h2>Remote Target Debugging (Run-mode) Tutorial</h2>
    11 <h2>Remote Target Debugging (Run-mode) Tutorial</h2>
    12 <p>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:</p>
    12 <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>
    13 <ol>
    13 <ol>
    14     <li><a href="run_mode_debug_example_01.htm">Connect</a>  target device for PC</li>
    14     <li><a href="run_mode_debug_example_01.htm">Connect</a>  target device for PC</li>
    15     <li><a href="../trk/trk_installation_instr.htm">Install </a>TRK remote agent (v3.2.7) or later on the target device</li>
    15     <li><a href="../trk/trk_installation_instr.htm">Install </a>CODA remote agent (v3.2.7) or later on the target device</li>
    16     <li><a href="run_mode_debug_example_04.htm">Configure</a> project for downloading</li>
    16     <li><a href="run_mode_debug_example_04.htm">Configure</a> project for downloading</li>
    17     <li><a href="../../tasks/projects/prj_build.htm">Debug</a> project on target device</li>
    17     <li><a href="../../tasks/projects/prj_build.htm">Debug</a> project on target device</li>
    18 </ol>
    18 </ol>
    19 <h4>Other references</h4>
    19 <h4>Other references</h4>
    20 <ul>
    20 <ul>