Can you reply with a gist showing the exact Delve commands you are attempting to use and what errors are being returned?
There is some more information on the expression parser here <https://github.com/go-delve/delve/blob/master/Documentation/cli/expr.md>. You can also open an issue on the Delve Github repo and we can help you out over there as well. On Sunday, November 10, 2019 at 11:58:24 PM UTC-8, Xiangdong JI wrote: > > Given a valid goroutine structure's pointer, say retrieving from the > register 'g', how can I convert it to 'struct g' in delve or gdb? > > gdb usually reports "A syntax error in expression ...", and delve issues > various "Command failed" message (failed to figure the proper way of > converting a literal, I guess). > > Thanks. > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/b22ba5be-425b-46be-82e4-099417969f5d%40googlegroups.com.