Skip to content

debug: support data breakpoints (watchpoint) #3509

Open
@ripplewang888

Description

@ripplewang888

Is your feature request related to a problem? Please describe.
As gdb does, break at a watch point for when a variable value change. Delve support watch command, but I cant' execute this command
in vscode.

Describe the solution you'd like
(dlv) watch -rw b
Watchpoint b set at 0x556188
(dlv) l

how to do this in vscode? I want to set a watchpoint break.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DebugIssues related to the debugging functionality of the extension.FeatureRequestupstream-toolsIssues that are caused by problems in the tools that the extension depends on.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions