6 ms·
One thing I wish there was better support for is live debugging and stepping through code.
by arriu 3y ago
One thing I wish there was better support for is live debugging and stepping through code.
- poo-yie 3y agoYou know about VS Code and GoLand?
- puika 3y agoI 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.