Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leherbauer2007-11-07 13:45:28 +0000
committerAnton Leherbauer2007-11-07 13:45:28 +0000
commit86ef64e116848a8943f7eba0de9dab8256e6d294 (patch)
tree5fb2fc4b213e1d0abf661498e3ae62119a24a17b /doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml
parente4b663c1b48b363cbe0fe8ff6ae360b0c8c8c367 (diff)
downloadorg.eclipse.cdt-86ef64e116848a8943f7eba0de9dab8256e6d294.tar.gz
org.eclipse.cdt-86ef64e116848a8943f7eba0de9dab8256e6d294.tar.xz
org.eclipse.cdt-86ef64e116848a8943f7eba0de9dab8256e6d294.zip
Fix for 209001, missing ctx-sensitive help for some debugger views.
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml')
-rw-r--r--doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml39
1 files changed, 38 insertions, 1 deletions
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 de8d7aa2930..39cc3544c0f 100644
--- a/doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml
+++ b/doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml
@@ -15,10 +15,14 @@
<!ENTITY modulesView "Modules view">
<!ENTITY sharedLibsViewPrefs "Shared Libraries view preferences">
<!ENTITY signalsView "Signals view">
+ <!ENTITY disassemblyView "Disassembly view">
+ <!ENTITY breakpoints "Breakpoints">
+ <!ENTITY debugView "Debug view">
<!ENTITY debugPrefs "Debug preferences">
<!ENTITY srcPrefs "Source Code Locations">
<!ENTITY importExe "Import C/C++ Executable Files">
<!ENTITY chooseProj "Choose Project">
+ <!ENTITY consoleView "Console view">
]>
<contexts>
@@ -40,12 +44,26 @@
label="&registersViewPrefs;"/>
</context>
-<context id ="memory_view_context">
+<context id ="MemoryView_context">
<description>The memory view displays process memory. </description>
<topic href="reference/cdt_u_memoryview.htm"
label="&memoryView;"/>
</context>
+<context id="variable_view_context">
+ <description>This view displays the variables in your program.</description>
+</context>
+
+<context id="disassembly_view_context">
+ <description>This view displays the disassembly of your program.</description>
+ <topic href="reference/cdt_u_disassembly_view.htm"
+ label="&disassemblyView;"/>
+</context>
+
+<context id="expression_view_context" >
+ <description>This view shows the results of inspecting an expression or variable.</description>
+</context>
+
<context id ="memory_preference_page_context">
<description>Click below to see help</description>
<topic href="reference/cdt_u_mem_view_pref.htm"
@@ -64,6 +82,18 @@
label="&signalsView;"/>
</context>
+<context id ="debug_view_context">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_dbg_view.htm"
+ label="&debugView;"/>
+</context>
+
+<context id ="breakpoint_view_context">
+ <description>The Breakpoints view lists all the breakpoints you have set.</description>
+ <topic href="concepts/cdt_c_brkpnts.htm"
+ label="&breakpoints;"/>
+</context>
+
<context id ="c_debug_preference_page_context">
<description>View information about your program as you debug. </description>
<topic href="reference/cdt_u_dbg_pref.htm"
@@ -88,4 +118,11 @@
label="&chooseProj;"/>
</context>
+<!-- Note: context id for console view is defined in org.eclipse.ui.console -->
+<context id ="console_view_context">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_console_view.htm"
+ label="&consoleView;"/>
+</context>
+
</contexts>

Back to the top