How can i print or read full variables? #472
Answered
by
mfussenegger
xsteadfastx
asked this question in
Q&A
-
in this example in golang with dlv. im known to
how can i read them? or how can i invoke |
Beta Was this translation helpful? Give feedback.
Answered by
mfussenegger
Mar 11, 2022
Replies: 2 comments 2 replies
-
You can expand variables by hitting enter/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xsteadfastx
-
ok that works :) thanks. but anyway... is there a way to control the delve instance under dap? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can expand variables by hitting enter/
<CR>
on top of the variable name.