Skip to content

debug: support function calls via delve 'call' #100

Closed
@ekulabuhov

Description

@ekulabuhov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DebugIssues related to the debugging functionality of the extension.FrozenDueToAge

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions