Creating a launch group

To create a launch group:

  1. Click the (Debug As) button on the toolbar, then click Debug Configurations from the drop-down menu.
  2. In the Debug Configurations dialog box, click Launch Group in the left pane. Click the (New launch configuration) toolbar button in the left pane.
    A new launch group is added under Launch Group in the left pane:


    Launch Group Configuration pane

  3. Click the new launch group in the left pane. Specify the name of the new launch group in the right pane and click Apply.
  4. In the right pane, go to the Launches tab and click Add.
  5. In the Add Launch Configuration dialog box, click the debug configuration to be added to the launch group. To add several configurations, click them, keeping the Ctrl key pressed.


    Add Launch Configuration dialog

  6. Expand the Post launch action menu and specify the action to be taken before the next configuration is launched:
    • None: The next configuration will be launched after the current one without a delay.
    • Wait until terminated: The next configuration will be launched right after termination of the debug session spawned by the current configuration.
    • Delay: The next configuration will be launched after the current one with the delay specified in seconds.
  7. Click OK. The launch group now includes the selected debug configurations. Click Apply.
  8. To edit any entry in the launch group, click that entry and click Edit. Make your updates in the Edit Launch Configuration dialog box and click OK.
  9. Click Apply in the Debug Configurations dialog box when your launch group is finished.