GoLand 2024.1 Help

List of run/debug configuration templates

This page lists run/debug configuration templates available in GoLand. For more information about using them in your project, refer to the related how-to pages.

Name

Use it to

Required plugins

Compound

Run several run/debug configurations in parallel. This is useful, for example, if you want to launch various automated tests or client-server apps. The controls for each configuration will be available in a separate tab in the Run or Debug tool window.

Database script

Run your database scripts against created data sources.

Database

Dockerfile

Created automatically when you run a container from a Dockerfile. This configuration builds an image from the Dockerfile, and then derives a container from this image.

Docker

Docker Image

Created automatically when you run a container from an existing image. You can run it from a locally existing Docker image that you either pulled or built previously.

Docker

Docker Compose

Created automatically when you run a multi-container Docker application from a Docker Compose file.

Docker

Go Build

Run and debug your Go applications.

Go

Go Remote

Debug Go applications on a remote server.

Go

Go Test

Run and debug your Go tests.

Go

Grunt.js

Run and debug Grunt.js tasks.

Gulp.js

Run and debug Gulp.js tasks.

HTTP Request

Execute HTTP Requests directly in the GoLand either individually or as part of a compound run/debug configuration.

HTTP Client

JavaScript Debug

Debug JavaScript in applications running on the built-in or on an external web server and to debug Dart web applications.

JavaScript Debugger

Jest

Run and debug Jest tests.

NPM

Run and debug npm and Yarn scripts locally, that is when GoLand itself starts Node.js installed on your computer and initiates script execution.

Protractor

Run and debug AngularJS unit tests using the Protractor test runner.

React Native

Run and debug React Native applications.

Shell Script

Run shell scripts.

Shell Script

tSQLt Test

Run tests for stored procedures, functions, views, and triggers of Microsoft SQL Server.

Database (Microsoft SQL Server)

utPLSQL Test

Run tests for packages, functions, procedures, triggers, views, and other objects that can be used in PL/SQL.

Database (Oracle)

Last modified: 11 February 2024