-
Notifications
You must be signed in to change notification settings - Fork 646
Debugger does not display values in array of struct on VARIABLES pane and debug: Evaluate command. #1010
Comments
Thanks for reporting @yoskeoka @roblourens Can this be done? |
Looking at the code, it's not obvious whether we can do it without evaluating all the variables like the watches window does. I'm not sure what other info we can get out of Delve. Would have to investigate some more. |
Hi, I am bumping this up because being able to see the content of the variables we are debugging is actually important :) Thanks for taking the time to look into this! |
Getting this fixed would be really nice. It is one of the small things that would make Go debugging support feel as complete as the Javascript debugging support. Which is just incredible. |
If anyone wants to take a stab at this, the place to get started is the |
Nested content is now shown in the latest update (0.9.0) to the Go extension. |
I would like to inspect variables in array of struct.
I know 'Add to Watch' works fine for this request. but this is not a convenient way.
Here is the sample I wrote.
and the screenshot.
The text was updated successfully, but these errors were encountered: