core/com.nokia.carbide.cpp.doc.user/html/reference/view_module.htm
changeset 2131 ff0156b93599
parent 1791 727385d8e2b3
equal deleted inserted replaced
2130:16e8bfa397ad 2131:ff0156b93599
     7 <title>Modules View</title>
     7 <title>Modules View</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>Modules View</h2>
    11 <h2>Modules View</h2>
    12 <p>The <b>Modules</b> view displays a list of modules loaded while debugging your program. The listed modules can be selected to show related information. You can open the Modules view in the <a href="../concepts/CarbidePerspective.html">Carbide C/C++</a> perspective by selecting <b>Window &gt; Show view &gt; Other...</b>, then expand the Debug folder and select Modules. In the <a href="perspective_debug.htm">Debug</a> perspective select <b>Window &gt; Show view &gt; Modules</b>.</p>
    12 <p>The <b>Modules</b> view displays a list of modules loaded while debugging your program. The listed modules can be selected to show related information. You can open the Modules view in the <a href="../projects/views/perspective_carbide.htm">Carbide C/C++</a> perspective by selecting <b>Window &gt; Show view &gt; Other...</b>, then expand the Debug folder and select Modules. In the <a href="perspective_debug.htm">Debug</a> perspective select <b>Window &gt; Show view &gt; Modules</b>.</p>
    13 <p>The Modules view is only loaded during a debug session and closes when the debug session ends. Select the running man icon to list the Type, Symbols, and Symbols file for the executable. Select the stack of books icon to list the Type, Symbols, Symbols file, and Base address for the shared library. </p>
    13 <p>The Modules view is only loaded during a debug session and closes when the debug session ends. Select the running man icon to list the Type, Symbols, and Symbols file for the executable. Select the stack of books icon to list the Type, Symbols, Symbols file, and Base address for the shared library. </p>
    14 <p>Figure 1 shows the Modules view.</p>
    14 <p>Figure 1 shows the Modules view.</p>
    15 <p align="center"><img src="../images/views/view_module.png" width="595" height="181" /></p>
    15 <p align="center"><img src="../images/views/view_module.png" width="595" height="181" /></p>
    16 <p class="figure">Figure 1 - Modules view</p>
    16 <p class="figure">Figure 1 - Modules view</p>
    17 <h5>Related reference </h5>
    17 <h5>Related reference </h5>