-
Notifications
You must be signed in to change notification settings - Fork 646
Can't copy value from the Debugger Variables list (Go/Delve) #1990
Comments
Thanks for reporting @altimac @roblourens Do you know what needs to be done to enable the context menu entries here? |
I reported the bug at the wrong place first. @isidorn replied:
|
@ramya-rao-a yeah, please support the Example: in the casses in the picture the |
Thanks @isidorn Marking this as Code Pointers:
|
This feature is now implemented with #2020 Until I release an update, you can get the fix using the beta version of this extension |
This feature is now available in the latest update to the Go extension (0.6.0) |
Issue Type: Bug
I'm using the Go delve debugger (remote mode) inside VSCode and right clicking any of the local variables in the debugger (displaying the correct variable values!) only displays a disabled contextual menu where I can't copy (or set) value.
Copying a variable value from the debugger is pretty basic debugging workflow.
Thanks
The text was updated successfully, but these errors were encountered: