Open
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.