Comment on Go Debugging with Delve, or No More Fmt.PrintfsComments−tech_dreamer6yGo plugin for VS Code has first class support for delve (as well as Emacs) - I have been using it for more than a year!−pizza2346yIt 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.−sn_master6yIts a problem with the Go compiler. Even IntelliJ doesn't support that, and its annoying AF.
Comments
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!
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.