File: contexts_CDT_LAUNCH.xml

package info (click to toggle)
eclipse-cdt 9.9.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, sid
  • size: 145,456 kB
  • sloc: java: 1,114,843; xml: 64,727; javascript: 18,756; cpp: 5,269; ansic: 3,171; makefile: 1,508; asm: 814; sh: 295; f90: 22; python: 5
file content (63 lines) | stat: -rw-r--r-- 2,287 bytes parent folder | download | duplicates (2)
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
62
63
<?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>