diff --git a/doc/org.eclipse.cdt.doc.user/images/run_debug_launch_group.png b/doc/org.eclipse.cdt.doc.user/images/run_debug_launch_group.png new file mode 100644 index 00000000000..0ee298125a7 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/run_debug_launch_group.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm index ea4b94e2384..bd9b157c109 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm @@ -10,9 +10,14 @@ -

Run and Debug dialog boxes

+

Run and Debug

-

This section describes the Run and Debug dialog boxes.

+

Types of Launch configurations supported by CDT

+ C/C++ Local Application - run application on local host
+ C/C++ Attach to Local Application - attach to already running application on the local host
+ C/C++ Postmortem debugger - run debugger on "core" file
+ Launch Group - launch multiple applications
+

Launch Configurations common tabs

Main
Arguments
Environment
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_launch_group.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_launch_group.htm new file mode 100644 index 00000000000..705b967e7bf --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_launch_group.htm @@ -0,0 +1,50 @@ + + + + + + + + +Group Launch Configuration + + + + +

Group Launch Configuration

+ +

Group Launch Configuration let's you run multiple applications +at the same time or in sequential order.

+ + +

+
+ + + + + + + + + + + +
ComponentDescription
Name
Displays the name of the launch configuration and check status (enabled or disabled in the given run).
Mode
Displays the mode in which given configuration would run when Group configuration is launched.
Action
Post launch action for given configuration.
Up
Move selected configuration(s) up
Down
Move selected configuration(s) down
Add...
Opens a dialog to add a new configuration.
Edit...
Opens a dialog to edit values for configuration(s).
Remove
Removes selected configuration(s) from the list.
+
+ +

Related concepts +
+Debug overview
+Debug information

+

Related tasks +
+Running and debugging

+

Related reference +
+Run and Debug dialog box

+IBM Copyright Statement + + + + \ No newline at end of file