Gunger
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Is there any way to see a struct's methods while paused in the debugger?
AnsweredIf I set a breakpoint in my Go code and pause execution, is there any way I can tell which methods a struct has attached to it? Alternately, is there any way I can see which interfaces a struct imp...