-
Notifications
You must be signed in to change notification settings - Fork 847
Open
Labels
DebugIssues related to the debugging functionality of the extension.Issues related to the debugging functionality of the extension.FeatureRequestupstream-toolsIssues that are caused by problems in the tools that the extension depends on.Issues that are caused by problems in the tools that the extension depends on.
Milestone
Description
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
Labels
DebugIssues related to the debugging functionality of the extension.Issues related to the debugging functionality of the extension.FeatureRequestupstream-toolsIssues that are caused by problems in the tools that the extension depends on.Issues that are caused by problems in the tools that the extension depends on.