Closed
Description
Following up from microsoft/vscode-go#2655 as it was the most upvoted feature there and is still badly needed.
Description
Delve has added the call command to be able to make function calls while in debug.
Trying to execute any function in VSCode Debug Console results in:
Unable to eval expression: "function calls not allowed without using 'call'"
There was a patch attached in the linked issue that added basic support for this feature. I can add a PR rebased on the latest version of the code to see if it's possible to continue from there.