core/com.nokia.carbide.cpp.doc.user/html/debugger/views/view_module.htm
changeset 2137 0a2167a80b64
parent 2136 f0b706fa897d
child 2140 3cc835ea617d
equal deleted inserted replaced
2136:f0b706fa897d 2137:0a2167a80b64
     2 <html>
     2 <html>
     3 <head>
     3 <head>
     4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
       
     7 <script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
     7 <title>Modules View</title>
     8 <title>Modules View</title>
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
     9 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
     9 </head>
    10 </head>
    10 <body >
    11 <body >
    11 <h2>Modules View</h2>
    12 <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="../../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 <img src="../../images/command_link.png" border="0" alt="" /> <a href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.debug.ui.ModuleView)")' class="command-link"><b>Modules</b></a> 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>
    14 <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>
    15 <p>Figure 1 shows the Modules view.</p>
    15 <p align="center"><img src="../../images/views/view_module.png" width="595" height="181" /></p>
    16 <p align="center"><img src="../../images/views/view_module.png" width="595" height="181" /></p>
    16 <p class="figure">Figure 1 - Modules view</p>
    17 <p class="figure">Figure 1 - Modules view</p>
    17 <h5>Related reference </h5>
    18 <h5>Related reference </h5>