Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a603e9bf8c3da227fcc2ea115c026a9dbe8306b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<!--
******************************************************************
**  (C) COPYRIGHT International Business Machines Corp. 2001,2003
**  All Rights Reserved * Licensed Materials - Property of IBM
******************************************************************
-->
<!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/run_dbg_comm"
   	label="Common"/>
</context>

</contexts>

Back to the top