Hacker News new | ask | show | jobs
by tech_dreamer 2252 days ago
Go plugin for VS Code has first class support for delve (as well as Emacs) - I have been using it for more than a year!
1 comments

It has support, but definitely not first class - I just tried a short time ago, and it wasn't possible to invoke functions while debugging; GitHub issue here: https://github.com/microsoft/vscode-go/issues/2655.
Its a problem with the Go compiler. Even IntelliJ doesn't support that, and its annoying AF.