GoLand
 
Get GoLand

Start the debugger session

Last modified: 27 November 2024

Starting a debugger session is very similar to running the program in normal mode. The debugger is attached behind the scenes, so you don't have to configure anything specific to start a debugger session. If you are able to run your program from GoLand, you will also be able to debug it using the same configuration.

Each time you debug a program, the debugger session is based on a run/debug configuration. It allows you to configure parameters and actions for launching the application. For example, you can specify to build the application every time you start a debugger session or use the previously compiled code.

The debug session starts with the selected run/debug configuration. Note that several debug processes can be launched simultaneously.