core/com.nokia.carbide.cpp.doc.user/html/debugger/views/view_module.htm
author fturovic <frank.turovich@nokia.com>
Thu, 07 Oct 2010 15:15:27 -0500
changeset 2140 3cc835ea617d
parent 2137 0a2167a80b64
permissions -rw-r--r--
BUG 12326 - replaced Expressions View page with Viewing Expressions content and removed links to duplicate page

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
<title>Modules View</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body >
<h2>Modules View</h2>
<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>
<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>
<p>Figure 1 shows the Modules view.</p>
<p align="center"><img src="../../images/views/view_module.png" width="595" height="181" /></p>
<p class="figure">Figure 1 - Modules view</p>
<div class="step">
    <h4>To open the Modules view </h4>
    <ul>
        <li>Click the Window &gt; Show View &gt; Modules menu option</li>
        <p>A <b>Modules</b> view appears.</p>
    </ul>
</div>
<h5>Related reference </h5>
<ul>
  <li> <a href="../debug/viewing_debug.htm">Debug view</a></li>
</ul>
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>

</body>
</html>