2011-03-31 13:59:18 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2005-03-04 19:25:22 +00:00
< 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" >
2010-05-01 22:01:24 +00:00
< title > Modules view< / title >
2005-03-04 19:25:22 +00:00
< link rel = "stylesheet" type = "text/css" href = "../help.css" >
2010-05-01 22:01:24 +00:00
< script language = "JavaScript" src = "PLUGINS_ROOT/org.eclipse.help/livehelp.js" > < / script >
2005-03-04 19:25:22 +00:00
< / head >
< body >
2012-09-19 17:16:24 -04:00
< div role = "main" > < h1 > Modules view< / h1 >
2005-03-04 19:25:22 +00:00
2011-03-31 13:59:18 +00:00
< p > The < img src = "../images/command_link.png" alt = "" > < a class = "command-link" href = 'javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.debug.ui.ModuleView)")' > Modules< / a > view of the Debug
2005-03-04 19:25:22 +00:00
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
2007-05-18 14:54:17 +00:00
module enables users to view the module's internals - functions, global variables, associated
2005-03-04 19:25:22 +00:00
source files, etc.< / p >
2007-05-18 14:54:17 +00:00
< img src = "../images/view_modules.png" alt = "Modules view" > < / img >
2011-03-31 13:59:18 +00:00
< h2 > Modules view toolbar options< / h2 >
2007-05-18 14:54:17 +00:00
< 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 >
2011-03-31 13:59:18 +00:00
< th style = "width:10%" id = "icon" > < strong > Icon< / strong > < / th >
< th style = "width:30%" id = "name" > < strong > Name< / strong > < / th >
< th style = "width:60%" id = "description" > < strong > Description< / strong > < / th >
2007-05-18 14:54:17 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td headers = "icon" > < img src = "../images/icon_load_all_modules.png" alt = "Load Symbols for all modules icon" > < / td >
< td headers = "name" > < strong > Load Symbols for All Modules< / strong > < / td >
< td headers = "description" > 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 >
2007-05-18 14:54:17 +00:00
< / tr >
< / table >
2011-03-31 13:59:18 +00:00
< h2 > Modules view context menu commands< / h2 >
2007-05-18 14:54:17 +00:00
< 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 >
2011-03-31 13:59:18 +00:00
< th style = "width:10%" id = "icon2" > < strong > Icon< / strong > < / th >
< th style = "width:30%" id = "name2" > < strong > Name< / strong > < / th >
< th style = "width:60%" id = "description2" > < strong > Description< / strong > < / th >
2007-05-18 14:54:17 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td headers = "icon2" > < img src = "../images/icon_load_all_modules.png" alt = "load symbols for all icon" > < / td >
< td headers = "name2" > < strong > Load Symbols for All< / strong > < / td >
< td headers = "description2" > 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 >
2007-05-18 14:54:17 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td headers = "icon2" > < / td >
< td headers = "name2" > < strong > Find...< / strong > < / td >
< td headers = "description2" > Opens the Find dialog box to search the Modules view.< / td >
2007-05-18 14:54:17 +00:00
< / tr >
< / table >
2005-03-04 19:25:22 +00:00
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngconcepts.gif" ALT = "Related concepts" width = "143" height = "21" >
2005-03-04 19:25:22 +00:00
< br >
< a href = "../concepts/cdt_c_dbg_info.htm" > Debug information< / a > < / p >
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngtasks.gif" ALT = "Related tasks" width = "143" height = "21" >
2005-03-04 19:25:22 +00:00
< br >
< a href = "../tasks/cdt_o_debug.htm" > Debugging< / a > < / p >
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngref.gif" ALT = "Related reference" width = "143" height = "21" >
2005-03-04 19:25:22 +00:00
< br >
2010-05-01 22:01:24 +00:00
< a href = "cdt_o_views.htm" > C/C++ Views< / a > < / p >
2010-05-10 20:25:24 +00:00
< hr >
< img src = "../images/ng00_04a.gif" ALT = "IBM Copyright Statement" > < br >
2010-05-01 22:01:24 +00:00
< img src = "../images/nokiaCopyright.png" ALT = "Nokia Copyright Statement" >
2005-03-04 19:25:22 +00:00
2012-09-19 17:16:24 -04:00
< / div > < / body >
2005-03-04 19:25:22 +00:00
< / html >