core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_04.htm
changeset 1933 a77f12f0a631
parent 1791 727385d8e2b3
child 1934 4f0cd256d26c
equal deleted inserted replaced
1930:d8b5c1e3a21e 1933:a77f12f0a631
    30         <li>Launch the debug session.<br />
    30         <li>Launch the debug session.<br />
    31             <p>To run the project on the chosen target and start a debug session use one of the following actions. Clicking Debug is the most common choice as it enables you to assume control of the executable should you encounter a problem.</p>
    31             <p>To run the project on the chosen target and start a debug session use one of the following actions. Clicking Debug is the most common choice as it enables you to assume control of the executable should you encounter a problem.</p>
    32             <ul>
    32             <ul>
    33                 <li>Right-click the project and choose Debug As &gt; Debug Symbian OS Application on Emulator.</li>
    33                 <li>Right-click the project and choose Debug As &gt; Debug Symbian OS Application on Emulator.</li>
    34                 <li>Click the Run &gt; Debug (<span class="code">F11</span>) menu item.</li>
    34                 <li>Click the Run &gt; Debug (<span class="code">F11</span>) menu item.</li>
    35                 <li>Click the Debug (<img src="../images/icon_debug.png" alt="Debug icon" width="17" height="17" align="absmiddle">) icon in the toolbar.</li>
    35                 <li>Click the Debug (<img src="../projects/images/icon_debug.png" alt="Debug icon" width="17" height="17" align="absmiddle">) icon in the toolbar.</li>
    36             </ul>
    36             </ul>
    37             <p>The emulator is launched and the <a href="../../reference/perspective_debug.htm">Debug</a> perspective appears to manage the debug session.</p>
    37             <p>The emulator is launched and the <a href="../../reference/perspective_debug.htm">Debug</a> perspective appears to manage the debug session.</p>
    38         </li>
    38         </li>
    39         <li>Click the Options soft-menu and select any menu option to hit the breakpoint set in Step 2. <br />
    39         <li>Click the Options soft-menu and select any menu option to hit the breakpoint set in Step 2. <br />
    40         	<p><img src="../images/debugging_project_04.png" alt="Select menu option" width="360" height="397"></p>
    40         	<p><img src="../images/debugging_project_04.png" alt="Select menu option" width="360" height="397"></p>