core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_03.htm
changeset 2009 b622387629d6
parent 1934 4f0cd256d26c
child 2087 617a89f9dffc
equal deleted inserted replaced
2008:549473f3167e 2009:b622387629d6
     7 <title>Configure project for debugging Tutorial</title>
     7 <title>Configure project for debugging 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>Configure project for debugging</h2>
    11 <h2>Configure project for debugging</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 to PC</li>
    14     <li><a href="run_mode_debug_example_01.htm">Connect</a> target device to 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><strong>Configure project for downloading</strong></li>
    16     <li><strong>Configure project for downloading</strong></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 <hr>
    19 <hr>
    20 <p>&nbsp;</p>
    20 <p>&nbsp;</p>
    31             <ol type="a">
    31             <ol type="a">
    32                 <li>Click the Change... button in the Debug Process section to open the Change Debug Process dialog.
    32                 <li>Click the Change... button in the Debug Process section to open the Change Debug Process dialog.
    33                 	<p><img src="../images/debugging_project_09.png" alt="New Launch Configuration Wizard" width="621" height="410"></p>
    33                 	<p><img src="../images/debugging_project_09.png" alt="New Launch Configuration Wizard" width="621" height="410"></p>
    34                 </li>
    34                 </li>
    35                 <li>Enable the 'Launch program on device' option and select the executable to launch.
    35                 <li>Enable the 'Launch program on device' option and select the executable to launch.
    36                 	<p>This tells the TRK remote agent which application to launch once its downloaded.</p>
    36                 	<p>This tells the CODA remote agent which application to launch once its downloaded.</p>
    37                 </li>
    37                 </li>
    38                 <li>Click the 'Modify SIS builder settings for build configuration' to open the Properties for <em>project</em> dialog.</li>
    38                 <li>Click the 'Modify SIS builder settings for build configuration' to open the Properties for <em>project</em> dialog.</li>
    39                 	<p>The <strong>Carbide.c++ &gt; Build Configurations &gt; SIS Builder</strong> tab is shown.</p>
    39                 	<p>The <strong>Carbide.c++ &gt; Build Configurations &gt; SIS Builder</strong> tab is shown.</p>
    40                 	<p><img src="../images/debugging_project_11.png" alt="SIS Builder tab" width="606" height="297"></p>
    40                 	<p><img src="../images/debugging_project_11.png" alt="SIS Builder tab" width="606" height="297"></p>
    41                 <li>Click Add to open the SIS Properties dialog.
    41                 <li>Click Add to open the SIS Properties dialog.