Hacker News new | ask | show | jobs
by arriu 1116 days ago
One thing I wish there was better support for is live debugging and stepping through code.
2 comments

You know about VS Code and GoLand?
I absolutely love the integration in VSCode with the official Go extension. I can debug a running web server with delve with minimal config. Same for tests. Just experiment with the options, there are quite a lot, and unfortunately some not very well documented like gopls ones, at least last time i checked.