mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
84 lines
3.2 KiB
HTML
84 lines
3.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Shared Libraries view</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
<h1>Modules view</h1>
|
|
|
|
<p>The <strong>Modules</strong> view of the Debug
|
|
perspective lets you view information about the modules loaded in the current
|
|
debug session, including executables and shared libraries. The view consists
|
|
of two areas: the modules tree and the detail pane. The detail pane displays
|
|
the detail information for the module selected in the modules tree. Expanding a
|
|
module enables users to view the module's internals - functions, global variables, associated
|
|
source files, etc.</p>
|
|
|
|
<img src="../images/view_modules.png" alt="Modules view"></img>
|
|
|
|
<h3>Modules view toolbar icons</h3>
|
|
|
|
<p>The table below lists the icons displayed in the Modules view toolbar.</p>
|
|
|
|
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
|
|
<tr>
|
|
<td width="10%" align="left"><strong>Command</strong></td>
|
|
<td width="30%"><strong>Name</strong></td>
|
|
<td width="60%"><strong>Description</strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img border="0" src="../images/icon_load_all_modules.png" alt="Load Symbols for all modules icon"></td>
|
|
<td>Load Symbols for All Modules</td>
|
|
<td>Loads the symbols of the all modules involved in the current session. This option does not affect the modules whose symbols are already loaded.</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h3>Modules view context menu commands</h3>
|
|
|
|
<p>The table below lists the Modules context menu commands.</p>
|
|
|
|
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
|
|
<tr>
|
|
<td width="10%" align="left"><strong>Command</strong></td>
|
|
<td width="30%"><strong>Name</strong></td>
|
|
<td width="60%"><strong>Description</strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img border="0" src="../images/icon_load_all_modules.png" alt="load symbols for all icon"></td>
|
|
<td>Load Symbols for All</td>
|
|
<td>Loads the symbols of the all modules involved in the current session. This option does not affect the modules whose symbols are already loaded.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img border="0" src="../images/icon_load_all_modules.png" alt="Load Symbols icon"></td>
|
|
<td>Load Symbols</td>
|
|
<td>Loads the symbols of the module. The symbols will be loaded from the file specified in the module's properties.</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td>Properties...</td>
|
|
<td>Opens the Properties dialog for the module.</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
|
<br>
|
|
<a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
|
|
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
|
<br>
|
|
<a href="../tasks/cdt_o_debug.htm">Debugging</a></p>
|
|
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
|
<br>
|
|
<a href="cdt_o_views.htm">Views</a></p>
|
|
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
|
|
|
</body>
|
|
|
|
</html>
|