How do I debug a Go program? I have been using the Gedit Go IDE, but it doesn\'t have debugging. Is there a way to step though my code and inspect memory? Or am I stuck with
Get the JetBrains Toolbox, download GoLand, click on the left side of the editor, and it'll set a breakpoint.