Debugging Go Structs
I have a Go Struct defined that has nested structs in it. The struct fields are full of values. In the debugger, all I see is the struct itself, the two nested structs .. and for each of those, I see a long string definition of the struct fields, their types but no values? Why can't I drill into the nested structs and their fields to see their actual values?
also, copy-paste is broken here
请先登录再写评论。