This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 646
Feature Request: Enable setting of variables during debugging #1129
Labels
Comments
That is not implemented yet but is a very good feature to have. We will have to implement the If anyone wants to try implementing this, I can help out. |
ramya-rao-a
changed the title
How to change the value of variable in ''debug console"?
Enable setting of variables during debugging
Aug 3, 2017
ramya-rao-a
changed the title
Enable setting of variables during debugging
Feature Request: Enable setting of variables during debugging
Aug 3, 2017
Hi, @ramya-rao-a! Could you give a few pointers on how one would get started with this? Thanks! |
@radu-matei You can follow the instructions in the debug README to set up a local dev environment and start debugging the debugger. |
ramya-rao-a
pushed a commit
that referenced
this issue
Nov 11, 2018
* Add support for setting variables Fixes #1129 * Propagate the error message
This feature is now available in the latest version of the Go extension (0.8.0) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I can only show current value of variables by type its name directly.
How can i use
dlv
commands in vscode, likeset x=1
?OS: Ubuntu 17.04 64bit
The text was updated successfully, but these errors were encountered: