From 563b6b8c81eecaee79e43e47d3683cc1a7bd49c3 Mon Sep 17 00:00:00 2001 From: Alena Laskavaia Date: Mon, 1 Jun 2009 15:17:47 +0000 Subject: [PATCH] [278466] - updated user doc for group launch --- .../reference/cdt_u_run_dbg_launch_group.htm | 68 ++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) 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 index 705b967e7bf..a056b8eff7e 100644 --- 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 @@ -13,9 +13,15 @@

Group Launch Configuration

-

Group Launch Configuration let's you run multiple applications +

Group Launch Configuration lets you run multiple applications at the same time or in sequential order.

+

Launches tab

+

+Launches tab lets you add and delete launch configurations involved in launch group. +It also allows to temporary disable, re-order and edit properties of selected launch +configurations. +

@@ -33,6 +39,66 @@ at the same time or in sequential order.

+

Common tab

+ +Common tab lets you select where configuration is stored, see Common tab reference page for details. + +

Add and Edit launch configuration Dialog

+

+ +

+
+ + + + + + + + + + +
ComponentDescription
Launch Mode
The Launch Mode combobox at the top of the dialog serves a dual purpose.
+ 1. It dictates the desired mode for the launch configuration being added, +and
+ 2. It establishes a 'mode' filter for the launch configurations that are +exposed to the user (for selection) in the area below the combobox
+

+For example, when the 'debug' mode is selected, (1) only launch configurations +that support being invoked in 'debug' mode appear. Also, (2) when the launch +group is invoked, that particular child launch configuration will be invoked in +'debug' mode. +

Filter input
Type in filter input to filter list of configurations by name
Configurations tree
List all available launch configuration for given Launch Mode, filtered by filter inout.
Use default mode when launching
+This checkbox acts as a sort of override to whatever mode is set in the Launch Mode +combobox. Checking this option indicates that the child launch configuration +should be launched in the mode used to initiate the launch group launch. This +needs some clarification. First, realize that a launch configuration can be +invoked from either the 'Debug' or the 'Run' actions (and some comparable +'profile' action in certain Eclipse configurations/products). That means, the +launch group itself can be launched either in debug or run mode. When you check +the "Use default..." checkbox, you're saying: "launch this particular child +configuration in the mode that the parent (launch group) is launched with." If +you do not have that checkbox checked, then the child configurations will be +invoked in whatever mode each individual child is configured with. +

+Note that "Use default..." control can allow you to create a launch group +that will not be successful. For example when one or more launch configurations +selected cannot be launched in the mode dictated by launch group mode. +

Post launch action
+There are several actions available that control what should be done after each launch: +
  • Delay - Waits for given amount of second before launching next configuration from the group
  • +
  • Wait until terminated - Waits until current launch is terminated
  • +
  • None - Proceeds to launch next one immediately
  • +
    +
    + + +

    + + + + +

    Related concepts
    Debug overview