core/com.nokia.carbide.cpp.doc.user/html/debugger/views/view_module.htm
author fturovic <frank.turovich@nokia.com>
Wed, 06 Oct 2010 14:30:50 -0500
changeset 2136 f0b706fa897d
child 2137 0a2167a80b64
permissions -rw-r--r--
all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)

<!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" />
<title>Modules View</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body >
<h2>Modules View</h2>
<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>
<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>
<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>