Debugging
note
There is a variety of ways how you can run a debugging session, however, for simplicity this documentation assumes that you are building and running your project from GoLand. This is the most common case, and it has fewer limitations as compared to more advanced techniques. The procedures for attaching to a process and debugging a remote application are covered in Attach to running Go processes with the debugger.
Thanks for your feedback!