rohanrhu / gdb-frontend

☕ GDBFrontend is an easy, flexible and extensible gui debugger. Try it on https://debugme.dev
https://oguzhaneroglu.com/projects/gdb-frontend/
GNU General Public License v3.0
2.82k stars 101 forks source link

Go structs (except ptr structs) does not expand #1

Closed rohanrhu closed 4 years ago

rohanrhu commented 4 years ago

Go pointer structs expands without any problem but auto structs does not be expanded when clicked. (Serialized string values are ok for auto structs.)