How do I print the memory at a variable in goLang?

What debugger can I use to do this? I am working on a MacOS and I have used both gdb and lldb with no luck. In lldb when I do x/16 “memory address of variable” I get a “failed to read memory from address” message.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.