Hacker News new | ask | show | jobs
by emluque 2780 days ago
>We are OK with using dep, definitely miss a debugger or an REPL.

I personally use Visual Studio with the go extension and delve and the debugger works quite well.[1]

I believe that the Goland IDE also has an integrated debugger.[2]

[1] https://github.com/Microsoft/vscode-go/wiki/Debugging-Go-cod...

[2] https://www.jetbrains.com/go/features/

2 comments

GoLand comes with Delve too, very well integrated. :)
Debugging in VSCode on macOS works too, using Delve.
Yes, I actually meant VSCode, hn doesn't let you edit comments after a while and I wasn't completely aware of the differences between Visual Studio and VSCode. I checked and I'm actually using VSCode (in ubuntu).