core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_debug_dlls.htm
changeset 1658 2a5c0df13bad
parent 1376 120480c02651
child 1754 a1e1c11d5a44
equal deleted inserted replaced
1655:e17ab99b8f30 1658:2a5c0df13bad
    17   <p class="note"><b class="note">NOTE</b> Breakpoints inside a DLL will not be <a href="../../concepts/breakpoints.htm">resolved</a> until the DLL is loaded into memory by the calling binary. </p>
    17   <p class="note"><b class="note">NOTE</b> Breakpoints inside a DLL will not be <a href="../../concepts/breakpoints.htm">resolved</a> until the DLL is loaded into memory by the calling binary. </p>
    18 </blockquote>
    18 </blockquote>
    19 <ul>
    19 <ul>
    20   <li>If the DLL is not built by the project you can import the DLL by  clicking the<b> Import an executable file</b> icon (<img src="../../images/icons/btn_import_executables.png" width="18" height="15" align="absmiddle">) in the <a href="../../reference/view_executables.htm">Executables</a> view. Then, set your  breakpoints and start the  debug session.</li>
    20   <li>If the DLL is not built by the project you can import the DLL by  clicking the<b> Import an executable file</b> icon (<img src="../../images/icons/btn_import_executables.png" width="18" height="15" align="absmiddle">) in the <a href="../../reference/view_executables.htm">Executables</a> view. Then, set your  breakpoints and start the  debug session.</li>
    21 </ul>
    21 </ul>
    22 <p> You can use the <a href="../../reference/view_module_wnd.htm">Modules</a> view to determine if a particular DLL or binary is loaded and available for debugging.</p>
    22 <p> You can use the <a href="../../reference/view_module.htm">Modules</a> view to determine if a particular DLL or binary is loaded and available for debugging.</p>
    23 <h5>Other references</h5>
    23 <h5>Other references</h5>
    24 <ul>
    24 <ul>
    25   <li><a href="../../reference/view_executables.htm">Executables</a> view  </li>
    25   <li><a href="../../reference/view_executables.htm">Executables</a> view  </li>
    26   <li><a href="../../concepts/breakpoints.htm">Breakpoints</a> </li>
    26   <li><a href="../../concepts/breakpoints.htm">Breakpoints</a> </li>
    27   <li><a href="../../concepts/autotargeting.htm">Auto-targeting Executables</a></li>
    27   <li><a href="../../concepts/autotargeting.htm">Auto-targeting Executables</a></li>