1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00
cdt/doc/org.eclipse.cdt.doc.user/contexts_CDT_LAUNCH.xml
Iulia Vasii 4b833a066a 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>
2014-11-04 09:32:21 -05:00

63 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<!DOCTYPE contexts [
<!ENTITY defaultCSHelp "Default Context Sensitive Help">
<!ENTITY mainPage "Main page, Run/Debug dialog box">
<!ENTITY argsPage "Arguments page, Run/Debug dialog box">
<!ENTITY envPage "Environment page, Run/Debug dialog box">
<!ENTITY debuggerPage "Debugger page, Run/Debug dialog box">
<!ENTITY sourcePage "Source page, Run/Debug dialog box">
]>
<contexts>
<context id ="default_cs_help">
<description>Click below to see help.</description>
<topic href="default_cs_help.htm"
label="&defaultCSHelp;"/>
</context>
<context id ="launch_configuration_dialog_main_tab">
<description>Provide information on the project and application you want to run or debug. </description>
<topic href="reference/cdt_u_run_dbg_main.htm"
label="&mainPage;"/>
</context>
<context id ="launch_configuration_dialog_arguments_tab">
<description>Provide information on the project and application you want to run or debug. </description>
<topic href="reference/cdt_u_run_dbg_arg.htm"
label="&argsPage;"/>
</context>
<context id ="launch_configuration_dialog_environment_tab">
<description>Set environment variables and values. </description>
<topic href="reference/cdt_u_run_dbg_env.htm"
label="&envPage;"/>
</context>
<context id ="launch_configuration_dialog_debugger_tab">
<description>Select a debugger. </description>
<topic href="reference/cdt_u_run_dbg_dbg.htm"
label="&debuggerPage;"/>
</context>
<context id ="launch_configuration_dialog_source_tab">
<description>Specify where the debugger should look for source files. </description>
<topic href="reference/cdt_u_run_dbg_srce.htm"
label="&sourcePage;"/>
</context>
<context id ="run_dbg_comm">
<description>Click below to see help.</description>
<topic href="reference/cdt_u_run_dbg_comm"
label="Common"/>
</context>
<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>