diff --git a/doc/org.eclipse.cdt.doc.user/images/run_debug_arguments.png b/doc/org.eclipse.cdt.doc.user/images/run_debug_arguments.png new file mode 100644 index 00000000000..f7049ffcb98 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/run_debug_arguments.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/run_debug_common.png b/doc/org.eclipse.cdt.doc.user/images/run_debug_common.png new file mode 100644 index 00000000000..c9b4b6da5f7 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/run_debug_common.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/run_debug_debugger.png b/doc/org.eclipse.cdt.doc.user/images/run_debug_debugger.png new file mode 100644 index 00000000000..80420ed2bda Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/run_debug_debugger.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/run_debug_debugger_advopt.png b/doc/org.eclipse.cdt.doc.user/images/run_debug_debugger_advopt.png new file mode 100644 index 00000000000..9beda0ef400 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/run_debug_debugger_advopt.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/run_debug_environment.png b/doc/org.eclipse.cdt.doc.user/images/run_debug_environment.png new file mode 100644 index 00000000000..8ab6cffde07 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/run_debug_environment.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/run_debug_main.png b/doc/org.eclipse.cdt.doc.user/images/run_debug_main.png new file mode 100644 index 00000000000..c35be7b5de3 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/run_debug_main.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/run_debug_source.png b/doc/org.eclipse.cdt.doc.user/images/run_debug_source.png new file mode 100644 index 00000000000..b72c14175eb Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/run_debug_source.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_arg.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_arg.htm index 7103d943c64..f5d047afb99 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_arg.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_arg.htm @@ -13,19 +13,22 @@
The Arguments page of the Run dialog box and the Debug dialog box lets you specify the execution arguments -that an application uses and the working directory -for a run configuration.
+The Arguments page of the Run or Debug dialog box lets you specify the program arguments +that an application uses and the working directory for a run or debug configuration.
+ +Component | Description |
---|---|
Specifies the arguments that are passed on the command line. | |
Select variables by name to include in the program arguments list. | |
Specifies the run/debug configuration working directory. | |
Checkmark to specify the local directory or uncheck to specify a different workspace, a file system location, or variable. | |
Specifies the path of, or browse to, a workspace relative working directory. | |
Specifies the path of, or browse to, a file system directory. | |
Select variables by name to include in the working directory. |
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_comm.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_comm.htm
index ed080c443ce..b4b4d64a44a 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_comm.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_comm.htm
@@ -13,25 +13,26 @@
The Main page of the Run dialog box and the Debug dialog box lets you specify -the location in which to store your run configuration and how you access it and what -perspective to open when running an application.
+The Main page of the Run and Debug dialog boxes lets you specify +the location in which to store your run configuration and how you access it, how standard input and output is handled, and if background launches are enabled or not.
+ +Component | Description |
---|---|
Saves the launch configuration locally. | |
Specifies the path of, or browse to, a workspace to store the launch configuration file, and be able to commit it to CVS. | |
Add configuration name to Run or Debug menus for easy selection. | |
Specify encoding scheme to use for console output. | |
Check to assign a console view to receive the output. | |
Specify file name to save output. | |
Specifies the path of, or browse to, a workspace to store the output file. | |
Specifies the path of, or browse to, a file system directory to store the output file. | |
Select variables by name to include in the output file. | |
Check to append output. Uncheck to recreate file each time. | |
Check to launch configuration in background mode. |
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_dbg.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_dbg.htm
index d3a72f12c9b..3bb3d830253 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_dbg.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_dbg.htm
@@ -13,17 +13,19 @@
The Debugger page of the Run dialog box and the Debug dialog box lets you select a debugger to use when debugging an application.
+The Debugger page of the Run and Debug dialog boxes lets you select a debugger to use when debugging an application.
+Component | Description |
---|---|
Selects debugger type from the list. | |
Stops program at specified location. | |
Opens the Advanced Options dialog.
| |
Displays options specific to the selected debugger type. |
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_env.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_env.htm
index 5949e490abe..1e76a905d4d 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_env.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_env.htm
@@ -13,20 +13,23 @@
The Environment page of the Run dialog box and the Debug dialog box lets you +
The Environment page of the Run and Debug dialog boxes lets you set environment variables and values to use when an application runs.
+Component | Description |
---|---|
Displays the name of environment variables. | |
Displays the value of environment variables. | |
Creates a new environment variable. | |
Select one or more environment variables to set. | |
Modifies the name and value of an environment variable. | |
Removes selected environment variables from the list. | |
Append the environment variables shown to the current native environment. | |
Replaces the current native environment with the specified environment set shown. |
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_main.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_main.htm
index a369dd99049..934e2ce266f 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_main.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_main.htm
@@ -15,11 +15,16 @@
The Main page of the Run dialog box and the Debug dialog box, identifies the project and application you want to run or debug.
+Component | Description |
---|---|
Specifies the name of the project. | |
Specifies the name of the application. | |
Specifies the binary or binaries to run within the project. | |
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_srce.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_srce.htm
index f2c2481fb78..7bde34dd761 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_srce.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_srce.htm
@@ -13,24 +13,23 @@
The Source page of the Run dialog box and the Debug dialog box lets you specify the location of source files used when debugging a C or C++ -application. By default, this information is taken from the build path of your -project.
+The Source page of the Run and Debug dialog boxes lets you specify the location of source files used when debugging a C or C++ +application. By default, this information is taken from the build path of your project.
+ + +Component | Description |
---|---|
Adds new source containers to the Source Lookup Path search list. | |
Modifies the content of the selected source container. | |
Removes selected items from the Source Lookup Path list. | |
Moves selected items up the Source Lookup Path list. | |
Moves selected items down the Source Lookup Path list. | |
Restores the default source search list. | |
Controls whether to continue search for files with the same name. |