core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_example_trk.htm
changeset 1933 a77f12f0a631
parent 1791 727385d8e2b3
child 2009 b622387629d6
equal deleted inserted replaced
1930:d8b5c1e3a21e 1933:a77f12f0a631
    20     <li>Build the project (Ctrl+B) </li>
    20     <li>Build the project (Ctrl+B) </li>
    21     <li>Verify that all the binaries built by the project appear  in the <a href="../../reference/view_executables.htm">Executables</a> view. </li>
    21     <li>Verify that all the binaries built by the project appear  in the <a href="../../reference/view_executables.htm">Executables</a> view. </li>
    22     <p class="note"><b>NOTE</b> The symbolics are automatically loaded for the binaries that appear in the Executables view.</p>
    22     <p class="note"><b>NOTE</b> The symbolics are automatically loaded for the binaries that appear in the Executables view.</p>
    23     <li>Set  <a href="../breakpoints/pgm_bp_setting.htm">breakpoints</a> in the project source files </li>
    23     <li>Set  <a href="../breakpoints/pgm_bp_setting.htm">breakpoints</a> in the project source files </li>
    24     <p>In this example we will set one breakpoint in two different EXEs. The first is set in the file called <span class="code">MCEngine.cpp</span> (MCServer.exe) and the second is set in  <span class="code">MPlayerAppUI.cpp</span> (MusicPlayer.exe). </p>
    24     <p>In this example we will set one breakpoint in two different EXEs. The first is set in the file called <span class="code">MCEngine.cpp</span> (MCServer.exe) and the second is set in  <span class="code">MPlayerAppUI.cpp</span> (MusicPlayer.exe). </p>
    25     <li>Click the Debug icon (<img src="../../images/icons/btn_debug.png" width="17" height="16" align="absmiddle">) to launch the <a href="../../projects/launch/wiz_new_launch_config.htm">New Launch Configuration</a> wizard
    25     <li>Click the Debug icon (<img src="../../projects/images/icon_debug.png" width="17" height="16" align="absmiddle">) to launch the <a href="../../projects/launch/wiz_new_launch_config.htm">New Launch Configuration</a> wizard
    26       <ol type="a">
    26       <ol type="a">
    27         <li>Select the Application TRK Launch Configuration from the Launch Types page, then click Next</li>
    27         <li>Select the Application TRK Launch Configuration from the Launch Types page, then click Next</li>
    28         <p align="center"><img src="../trk/images/trk_launch_types.png" width="438" height="533"></p>
    28         <p align="center"><img src="../trk/images/trk_launch_types.png" width="438" height="533"></p>
    29         <p class="figure">Figure 1 - Launch Types page showing selection </p>
    29         <p class="figure">Figure 1 - Launch Types page showing selection </p>
    30         <li>If you have more than one executable, select the Main Executable in the Executable Selection page of the wizard, then click Next</li>
    30         <li>If you have more than one executable, select the Main Executable in the Executable Selection page of the wizard, then click Next</li>