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 @@

Arguments page, Run or Debug dialog boxes

-

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.

+ + +

-
C/C++ Project Arguments
-
Specifies the arguments that are passed on the command line.
-
Use default working directory
-
Clears the check box to specify a local directory or a different project in - your workspace.
-
Local directory
-
Specifies the path of, or browse to, a local directory.
-
Workspace
-
Specifies the path of, or browse to, a workspace relative working directory.
+ + + + + + + + + +
ComponentDescription
Program arguments
Specifies the arguments that are passed on the command line.
Variables...
Select variables by name to include in the program arguments list.
Working directory
Specifies the run/debug configuration working directory.
Use default
Checkmark to specify the local directory or uncheck to specify a different workspace, a file system location, or variable.
Workspace...
Specifies the path of, or browse to, a workspace relative working directory.
File System...
Specifies the path of, or browse to, a file system directory.
Variables...
Select variables by name to include in the working directory.

Related concepts 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 @@

Common page, Run or Debug dialog box

-

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.

+ + +

-
Local
-
Saves the launch configuration locally.
-
Shared
-
Saves the launch configuration to a project in your workspace, - and be able to commit it to CVS.
-
Location of shared configuration
-
Specifies the location of a launch configuration.
-
Run mode
-
Selects a perspective to switch to when you run an application.
-
Debug mode
-
Selects a perspective to switch to when you debug an application.
-
Run
-
Displays "Run" in favorites menu.
-
Debug
-
Displays in "Debug" favorites menu.
+ + + + +

+ + + + + + + + +
ComponentDescription
Local file
Saves the launch configuration locally.
Shared file
Specifies the path of, or browse to, a workspace to store the launch configuration file, and be able to commit it to CVS.
Display in favorites menu
Add configuration name to Run or Debug menus for easy selection.
Console Encoding
Specify encoding scheme to use for console output.
Allocate Console (necessary for input)
Check to assign a console view to receive the output.
File
Specify file name to save output.
Browse Workspace...
Specifies the path of, or browse to, a workspace to store the output file.
Browse File System...
Specifies the path of, or browse to, a file system directory to store the output file.
Variables...
Select variables by name to include in the output file.
Append
Check to append output. Uncheck to recreate file each time.
Launch in background
Check to launch configuration in background mode.

Related concepts 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 @@

Debugger page, Run or Debug dialog box

-

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.

+ +

-
Debugger
-
Selects debugger type from the list.
-
Stop at main() on startup
-
Stops program at main().
-
Advanced
-
Opens the dialog with the advanced debugging options.
-
Debugger Options
-
Options specific to the selected debugger type.
+ + + + +

+ +
ComponentDescription
Debugger
Selects debugger type from the list.
Stop on startup at
Stops program at specified location.
Advanced
Opens the Advanced Options dialog.

+

Debugger Options
Displays options specific to the selected debugger type.

Related concepts 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 @@

Environment page, Run or Debug dialog box

-

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.

+ +

-
Name
-
Displays the name of environment variables.
-
Value
-
Displays the value of environment variables.
-
New
-
Creates a new environment variable.
-
Edit
-
Modifies the name and value of an environment variable.
-
Remove
-
Removes selected environment variables from the list.
+ + + + + + + + + + +
ComponentDescription
Name
Displays the name of environment variables.
Value
Displays the value of environment variables.
New
Creates a new environment variable.
Select...
Select one or more environment variables to set.
Edit
Modifies the name and value of an environment variable.
Remove
Removes selected environment variables from the list.
Append environment to native environment
Append the environment variables shown to the current native environment.
Replace native environment with specified environment
Replaces the current native environment with the specified environment set shown.

Related concepts 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.

+ +

-
Project
-
Specifies the name of the project.
-
C/C++ Application
-
Specifies the name of the application.
+ + + + + + +
ComponentDescription
Project
Specifies the name of the project.
C/C++ Application
Specifies the name of the application.
Search Project...
Specifies the binary or binaries to run within the project.
Connect process input output to a terminal
 

Related concepts 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 @@

Source page, Run or Debug dialog box

-

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.

+ + + +

-
Add
-
Adds new source containers to the debugger source search list.
-
Edit
-
Modifies the content of the selected source container.
-
Remove
-
Removes selected items from the debugger source search list.
-
Up
-
Moves selected items up the Additional Source Locations list.
-
Down
-
Moves selected items down the Additional Source Locations list.
-
Restore Defaults
-
Restores the default source search list.
-
Search for duplicate source files on the path
-
Controls whether to continue search for files with the same name.
+ + + + +

+ + + + +
ComponentDescription
Add
Adds new source containers to the Source Lookup Path search list.
Edit...
Modifies the content of the selected source container.
Remove
Removes selected items from the Source Lookup Path list.
Up
Moves selected items up the Source Lookup Path list.
Down
Moves selected items down the Source Lookup Path list.
Restore Default
Restores the default source search list.
Search for duplicate source files on the path
Controls whether to continue search for files with the same name.

Related concepts