Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIulia Vasii2014-10-06 07:20:11 +0000
committerTeodor Madan2014-11-04 14:32:21 +0000
commit4b833a066ad116e94ff9b5dcbcc7491a214512db (patch)
tree8d41799182d01dd6af89d2bba4e85e74e355dfc7 /doc
parentbb461328b9477ab9847498d8ba1a33fc410d419f (diff)
downloadorg.eclipse.cdt-4b833a066ad116e94ff9b5dcbcc7491a214512db.tar.gz
org.eclipse.cdt-4b833a066ad116e94ff9b5dcbcc7491a214512db.tar.xz
org.eclipse.cdt-4b833a066ad116e94ff9b5dcbcc7491a214512db.zip
Bug 446013 - Improvements to CDT launch configurations context help
Link "C/C++ Application", "C/C++ Remote Application" and "GDB Hardware Debugging" launch configurations tab groups to existing "C/C++ Development User Guide" documentation. Change-Id: I8220fe14ab22f14167ee2026c4a1f93b3cc7cd3e Signed-off-by: Iulia Vasii <IuliaMadalina.Vasii@freescale.com> Reviewed-on: https://git.eclipse.org/r/34433 Reviewed-by: Teodor Madan <teodor.madan@freescale.com> Tested-by: Teodor Madan <teodor.madan@freescale.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.user/contexts_CDT_LAUNCH.xml10
-rw-r--r--doc/org.eclipse.cdt.doc.user/plugin.xml12
2 files changed, 21 insertions, 1 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/contexts_CDT_LAUNCH.xml b/doc/org.eclipse.cdt.doc.user/contexts_CDT_LAUNCH.xml
index 1b73622d530..feeba7bf657 100644
--- a/doc/org.eclipse.cdt.doc.user/contexts_CDT_LAUNCH.xml
+++ b/doc/org.eclipse.cdt.doc.user/contexts_CDT_LAUNCH.xml
@@ -52,4 +52,12 @@
label="Common"/>
</context>
-</contexts> \ No newline at end of file
+<context id="cdt_debugging_projects" title="Debugging Projects">
+ <description>How to debug projects, click below to see help.</description>
+ <topic href="reference/cdt_o_run_dbg_pages.htm"
+ label="Launch Configurations Common Tabs"/>
+ <topic href="getting_started/cdt_w_debug.htm"
+ label="Debugging Projects"/>
+</context>
+
+</contexts>
diff --git a/doc/org.eclipse.cdt.doc.user/plugin.xml b/doc/org.eclipse.cdt.doc.user/plugin.xml
index 3b6edfe6b52..dc5d78ea802 100644
--- a/doc/org.eclipse.cdt.doc.user/plugin.xml
+++ b/doc/org.eclipse.cdt.doc.user/plugin.xml
@@ -70,6 +70,18 @@
plugin="org.eclipse.cdt.launch">
</contexts>
<contexts
+ file="contexts_CDT_LAUNCH.xml"
+ plugin="org.eclipse.cdt.debug.gdbjtag.ui">
+ </contexts>
+ <contexts
+ file="contexts_CDT_LAUNCH.xml"
+ plugin="org.eclipse.cdt.dsf.gdb.ui">
+ </contexts>
+ <contexts
+ file="contexts_CDT_LAUNCH.xml"
+ plugin="org.eclipse.cdt.debug.ui">
+ </contexts>
+ <contexts
file="contexts_CDT_DEBUGGER_DSFGDB.xml"
plugin="org.eclipse.cdt.dsf.gdb.ui">
</contexts>

Back to the top