GoLand 2018.3 Help

App Engine integration

Create a project with App Engine integration

With App Engine integration, you can run and debug Google App Engine applications. A new project already includes app.yaml with default configuration settings, and the GO file with the Hello World application. Customize the basic handler in the GO file or write your own.

  1. For Google App Engine applications, download and install Google Cloud SDK for App Engine (Download the Cloud SDK).

  2. Click File | New | Project.

  3. In the New Project window, select App Engine.

  4. Ensure that the project uses a correct file path and click OK.

Create a project with App Engine integration

Run a Google App Engine application

As you created an App Engine project, you can start debugging. The App Engine project has a predefined Run/debug configuration and the default address (http://localhost:8080).

  1. Click the Run icon (Shift+F10)

  2. In the App Engine tab, click the admin server address.

  3. In the browser, click the instance name (for example, default).

Debug a Google App Engine application

  1. Set a breakpoint in the application.

  2. Click the Debug icon (Shift+F9)

  3. In the App Engine tab, click the server address.

  4. In the browser, click the instance name (for example, default).

  5. In the Debugger tab, see a list of frames that you can inspect. You can click the frame to see the current state of variables.

Last modified: 6 February 2019