mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
55 lines
No EOL
1.9 KiB
XML
55 lines
No EOL
1.9 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>
|
|
|
|
</contexts> |