diff --git a/doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml b/doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml index 85a30c756b2..bce86cf35b8 100644 --- a/doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml +++ b/doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml @@ -29,20 +29,17 @@ The registers view displays the register values of a selected stack frame. - + Change the color in which register values are displayed. - + The memory view displays process memory. - + @@ -51,15 +48,14 @@ This view displays the disassembly of your program. - + This view shows the results of inspecting an expression or variable. - + Click below to see help @@ -67,14 +63,12 @@ Click below to see help - + - + Click below to see help - + @@ -83,10 +77,9 @@ label="&debugView;"/> - + The Breakpoints view lists all the breakpoints you have set. - + @@ -119,10 +112,9 @@ - + The Executables view provides a dynamic list of executables and their related source files. - + Manage breakpoint actions. diff --git a/doc/org.eclipse.cdt.doc.user/images/pref_traditional_memory prefs.png b/doc/org.eclipse.cdt.doc.user/images/pref_traditional_memory prefs.png new file mode 100755 index 00000000000..c852c367fc2 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/pref_traditional_memory prefs.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/pref_traditional_memory_prefs.png b/doc/org.eclipse.cdt.doc.user/images/pref_traditional_memory_prefs.png new file mode 100755 index 00000000000..17a1783ab6d Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/pref_traditional_memory_prefs.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_ref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_ref.htm index 6c573f37535..cd1f0c9d52d 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_ref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_ref.htm @@ -27,7 +27,7 @@ Debug Views
Registers view
Memory view
- Memory view preferences
+ Traditional Memory Rendering preferences
Modules view
Signals view
Debug view
@@ -56,10 +56,12 @@ Settings
Code Style preferences
Code Templates
+ Debug preferences
Breakpoint Actions
Common Source Lookup Path
GDB MI preferences
+ Editor preferences
Content Assist
Advanced
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_views.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_views.htm index 9c789350afe..958492d1965 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_views.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_views.htm @@ -30,7 +30,7 @@ Debug views
Registers view
Memory view
- Memory view preferences
+ Traditional Memory Rendering preferences
Modules view
Signals view
Debug view
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm index de44d35d19c..854f91d5d03 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm @@ -27,7 +27,7 @@

C/C++ Projects View

-

C/C++ Projects toolbar

+

C/C++ Projects toolbar options

The table below lists the toolbar options displayed in the C/C++ Projects view.

diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dissassembly_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dissassembly_view.htm index 79482be8d26..07e7cbba3e8 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dissassembly_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dissassembly_view.htm @@ -46,9 +46,9 @@

Related concepts
Debug information

Related reference
- Views

+ C/C++ Views


-Nokia Copyright Statement +Nokia Copyright Statement diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mem_view_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mem_view_pref.htm index 7ee1937f95d..5af91ed1399 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mem_view_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mem_view_pref.htm @@ -6,34 +6,82 @@ -Memory view preferences +Traditional Memory Rendering Preferences + -

Memory view preferences

+

Traditional Memory Rendering preferences

-

You can change the appearance of the memory view.

+

Use the Traditional Memory Rendering preference panel to change the appearance of the Memory view when displaying memory in traditional mode.

+

C/C++ Projects View

+ +

Traditional Memory Rendering preference options

+

The table below lists the options displayed in the Traditional Memory Rendering Preferences.

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Traditional Memory Rendering Preferences Options
OptionDescription
Use Global Text ColorToggles the use of the global Text Color option.
Text ColorChanges the color of the text.
Brighten Alternate CellsSet the brightness used to highlight alternate cells.
Use Global Background ColorToggles the use of the global Background Text Color option.
Background ColorChanges the background color.
Changed ColorSet the color used to display changed memory locations.
Edit ColorSet the color used to show edited memory locations.
Use Global Selection ColorToggles the use of the global selection color option
Selection ColorSet the color used to select memory locations.
Edit BufferSet how the edit buffer should behave: +
    +
  • Save on Enter, Cancel on Focus Lost
  • +
  • Save on Enter or Focus Lost
  • +
+
History Trails LevelsSet the number of history levels to retain.

-
-
Text Color
-
Changes the color of the text.
-
Background Color
-
Changes the background color.
-
Address Color
-
Changes the color of the memory address text.
-
Changed Value color
-
Changes the color of values.
-
Font
-
Changes the font.
-
Padding Character
-
Specifies the character to use for padded values.
-
Auto-refresh by default
-
Updates the view automatically.
-
Show ASCII by default
-
Displays values in ASCII.
-

Related concepts
@@ -43,8 +91,10 @@ Working with memory

Related reference
-Views

-IBM Copyright Statement +C/C++ Views

+
+IBM Copyright Statement
+Nokia Copyright Statement diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_modules_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_modules_view.htm index 2a081adbc14..4d0f69cc797 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_modules_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_modules_view.htm @@ -5,8 +5,9 @@ -Shared Libraries view +Modules view + @@ -14,7 +15,7 @@

Modules view

-

The Modules view of the Debug +

The Modules 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 @@ -24,19 +25,19 @@ source files, etc.

Modules view -

Modules view toolbar icons

+

Modules view toolbar options

The table below lists the icons displayed in the Modules view toolbar.

- + - +
CommandIcon Name Description
Load Symbols for all modules iconLoad Symbols for All ModulesLoad Symbols for All Modules Loads the symbols of the all modules involved in the current session. This option does not affect the modules whose symbols are already loaded.
@@ -47,24 +48,19 @@ source files, etc.

- + - + - - - - - - - + +
CommandIcon Name Description
load symbols for all iconLoad Symbols for AllLoad Symbols for All Loads the symbols of the all modules involved in the current session. This option does not affect the modules whose symbols are already loaded.
Load Symbols iconLoad SymbolsLoads the symbols of the module. The symbols will be loaded from the file specified in the module's properties.
 Properties...Opens the Properties dialog for the module.Find...Opens the Find dialog box to search the Modules view.
@@ -76,8 +72,10 @@ source files, etc.

Debugging

Related reference
-Views

-IBM Copyright Statement +C/C++ Views

+
+IBM Copyright Statement
+Nokia Copyright Statement diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm index d38a124e27a..e1dfe36cbec 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm @@ -14,10 +14,14 @@

Signals view

-

The Signals view of the Debug perspective lets you view the signals defined on the selected debug target and how the +

The Signals view of the Debug perspective lets you view the signals defined on the selected debug target and how the debugger handles each one.

Signals View

- + +

Signals view toolbar options

+

The table below lists the toolbar options displayed in the Signals view.

+ +
@@ -49,15 +53,16 @@ debugger handles each one.

Signals Columns

Signals view context menu commands

The Signals view context menu commands include:

- +
- + +
- Command + Icon
Name @@ -93,9 +98,11 @@ debugger handles each one.

Debugging

Related reference
-Views

-

Nokia Copyright Statement
-IBM Copyright Statement

+C/C++ Views

+
+

+IBM Copyright Statement
+Nokia Copyright Statement

\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/topics_Reference.xml b/doc/org.eclipse.cdt.doc.user/topics_Reference.xml index 3e3dba52fba..f3f20063ece 100644 --- a/doc/org.eclipse.cdt.doc.user/topics_Reference.xml +++ b/doc/org.eclipse.cdt.doc.user/topics_Reference.xml @@ -27,7 +27,7 @@ - +