Previous Next vertical dots separating previous/next from contents/index/pdf

Creating launch configurations

To define and launch a server from the Run/Debug dialog

  1. Choose Debug As > Debug
  2. The Debug dialog displays.

  3. Click the New button to create a new launch configuration.

  4. Enter a name for your launch configuration in the Name field.
  5. For Server, select the name of a previously created server configuration.
  6. Click ... and select your project.
  7. Click the Apply button to save the launch configuration.
  8. Click the Debug button to start debugging with this launch configuration.
  9. A progress bar and this message display:

    Launching new configuration.... establishing debug connection.

    The Debug dialog closes.

    The Console view displays the server output, and the application's welcome page opens in debug mode in the browser.

    Note: To create a run launch configuration instead of a debug launch configuration, you follow the same steps as above except that you choose the Run As > Run... menu command instead of Debug As > Debug....

Related concepts

Server Configuration
Extended Debugging

Related tasks

Creating server configurations
Running and debugging your application

 

Skip navigation bar   Back to Top