carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_run_dbg_launch_group.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Group Launch Configuration</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>

<h1>Launch Group</h1>

<p>The user can launch multiple applications at the same time or in sequential order. This is made possible by the launch configuration type: <i>Launch Group</i>.</p>

<h2>Launches tab</h2>
<p>

The <i>Launches</i> tab lets you add and delete launch configurations to the group.
It also allows you to temporarily disable, re-order and edit properties of the elements in the group.

</p>
<img src="../images/run_debug_launch_group.png">
<p></p>
<dl>
<table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >
<tr ><th>Component</th><th>Description</th></tr>
<tr><td width="30%"><dt>Name</dt></td><td>Displays the name of the launch configuration and a checkbox for enabling or disabling the configuration.</td></tr>
<tr><td><dt>Mode</dt></td><td>Displays the mode the configuration will run in when the group is launched.</td></tr>
<tr><td><dt>Action</dt></td><td>Displays the optional action that will be carried after the configuration is launched.</td></tr>
<tr><td><dt>Up</dt></td><td>Move selected configuration(s) up</td></tr>
<tr><td><dt>Down</dt></td><td>Move selected configuration(s) down</td></tr>
<tr><td><dt>Add...</dt></td><td>Opens a dialog to add a new configuration.</td></tr>
<tr><td><dt>Edit...</dt></td><td>Opens a dialog to edit values for configuration(s).</td></tr>
<tr><td><dt>Remove</dt></td><td>Removes selected configuration(s) from the list.</td></tr>

</table>
</dl>

<h2>Common tab</h2>

The <i>Common</i> tab lets you select where the configuration is stored, see <a href="cdt_u_run_dbg_comm.htm">Common tab reference</a> page for details.

<h2>Add and Edit launch configuration Dialog</h2>
<p>
<img src="../images/run_debug_launch_group_edit.png">
</p>
<dl>
<table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >
<tr ><th>Component</th><th>Description</th></tr>
<tr><td width="30%"><dt>Launch Mode</dt></td>
  <td>The Launch Mode combobox at the top of the dialog serves a dual purpose.<br>
   1. It dictates the desired mode for the launch configuration being added,
and <br>
   2. It establishes a 'mode' filter for the launch configurations that are
exposed to the user (for selection) in the area below the combobox<br>
<p/>
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.
  </td></tr>
<tr><td><dt>Filter input</dt></td><td>Type in filter input to filter list of configurations by name</td></tr>
<tr><td><dt>Configurations tree</dt></td><td>Lists all available launch configurations for the selected Launch Mode, filtered by <i>Filter input<i>.</td></tr>
<tr><td><dt>Use default mode when launching</dt></td>
  <td>
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.
<p/>
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.
  </td></tr>
<tr><td><dt>Post launch action</dt></td><td>
There are several actions available that control what should be done after each launch:
<li>Delay - Waits a specified number of second before launching the next configuration in the group</li>
<li>Wait until terminated - Waits until current launch is terminated</li>
<li>None - Proceeds to launch next configuration immediately</li>
</td></tr>

</table>
</dl>


<p/>





<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../concepts/cdt_c_over_dbg.htm">Debug overview</a><br>
<a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="../tasks/cdt_o_run.htm">Running and debugging</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

</body>

</html>