To debug using a temporary enterprise server

  1. To always use a temporary server without a prompt, go to Tools > Options > Micro Focus Tools > Enterprise Server, and check Automatically create temporary server.
  2. In the IDE, when your project is not associated with any enterprise server, start debugging.

    If you have not configured the IDE to create a temporary server automatically, you receive a message that a temporary server will be created. Otherwise, the IDE creates the temporary server without prompting you to confirm.

  3. Click OK.

    This creates a temporary server which is configured for your project type of project and searches for the project output files in the output directory specified in the project's properties. This also automatically associates the server with your project and starts it.

  4. Debug your application.

    Closing the project or the IDE deletes the temporary server.