core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_04.htm
changeset 1658 2a5c0df13bad
parent 1646 7bcb3d758005
child 1791 727385d8e2b3
equal deleted inserted replaced
1655:e17ab99b8f30 1658:2a5c0df13bad
    32             <ul>
    32             <ul>
    33                 <li>Use the various <a href="../../debugger/debug/debug.htm">stepping</a> commands to walk through the program.</li>
    33                 <li>Use the various <a href="../../debugger/debug/debug.htm">stepping</a> commands to walk through the program.</li>
    34                 <li>Examine and change variables and expressions in the <a href="../../debugger/variables/variables.htm">Variables</a> view.</li>
    34                 <li>Examine and change variables and expressions in the <a href="../../debugger/variables/variables.htm">Variables</a> view.</li>
    35                 <li>Examine the stack in the <a href="../../debugger/debug/viewing_debug.htm">Debug</a> view</li>
    35                 <li>Examine the stack in the <a href="../../debugger/debug/viewing_debug.htm">Debug</a> view</li>
    36                 <li>Review the assembler code in the <a href="../../reference/view_disassembly.htm">Disassembly</a> view</li>
    36                 <li>Review the assembler code in the <a href="../../reference/view_disassembly.htm">Disassembly</a> view</li>
    37                 <li>Examine memory usage in the <a href="../../reference/view_memory_wnd.htm">Memory</a> view</li>
    37                 <li>Examine memory usage in the <a href="../../reference/view_memory.htm">Memory</a> view</li>
    38             </ul>
    38             </ul>
    39         </li>
    39         </li>
    40         </ol>
    40         </ol>
    41 </div>
    41 </div>
    42 <h4>Other references</h4>
    42 <h4>Other references</h4>