diff --git a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/ICDebugHelpContextIds.java b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/ICDebugHelpContextIds.java
index 0da8416e80f..3dc14d81de6 100644
--- a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/ICDebugHelpContextIds.java
+++ b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/ICDebugHelpContextIds.java
@@ -7,6 +7,7 @@
*
* Contributors:
* QNX Software Systems - Initial API and implementation
+ * Markus Schorn (Wind River Systems)
*******************************************************************************/
package org.eclipse.cdt.debug.internal.ui;
@@ -52,7 +53,10 @@ public interface ICDebugHelpContextIds {
public static final String SHOW_COLUMNS_ACTION = PREFIX + "show_columns_context"; //$NON-NLS-1$;
// Views & Editors
- public static final String MEMORY_VIEW = PREFIX + "memory_view_context"; //$NON-NLS-1$
+ /**
+ * The memory view is part of the platform, the context id is assigned there.
+ */
+ public static final String MEMORY_VIEW = PREFIX + "MemoryView_context"; //$NON-NLS-1$
public static final String SHARED_LIBRARIES_VIEW = PREFIX + "shared_libraries_view_context"; //$NON-NLS-1$
public static final String MODULES_VIEW = PREFIX + "modules_view_context"; //$NON-NLS-1$
public static final String SIGNALS_VIEW = PREFIX + "signals_view_context"; //$NON-NLS-1$
diff --git a/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml b/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml
index 89f93f51059..2a6f4da3f9b 100644
--- a/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml
+++ b/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml
@@ -33,11 +33,6 @@
-
- Click below to see help.
-
-
Click below to see help.
-
- Click below to see help.
-
-
-
- Click below to see help.
-
-
-
- Click below to see help.
-
-
-
- Click below to see help.
-
-
-
- Click below to see help.
-
-
-
- Click below to see help.
-
-
-
- Click below to see help.
-
-
Click below to see help.
+
+
+
+
]>
@@ -40,12 +44,26 @@
label="®istersViewPrefs;"/>
-
+
The memory view displays process memory.
+
+ This view displays the variables in your program.
+
+
+
+ This view displays the disassembly of your program.
+
+
+
+
+ This view shows the results of inspecting an expression or variable.
+
+
Click below to see help
+
+ Click below to see help.
+
+
+
+
+ The Breakpoints view lists all the breakpoints you have set.
+
+
+
View information about your program as you debug.
+
+
+ Click below to see help.
+
+
+
diff --git a/doc/org.eclipse.cdt.doc.user/plugin.xml b/doc/org.eclipse.cdt.doc.user/plugin.xml
index 99420d0de24..ba7d9f8fe87 100644
--- a/doc/org.eclipse.cdt.doc.user/plugin.xml
+++ b/doc/org.eclipse.cdt.doc.user/plugin.xml
@@ -48,6 +48,14 @@
+
+
+
+