top | item 36049112

(no title)

arriu | 2 years ago

One thing I wish there was better support for is live debugging and stepping through code.

discuss

order

poo-yie|2 years ago

You know about VS Code and GoLand?

puika|2 years ago

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.