Replies: 2 comments
-
Hey, You can find more information on Delves API here: https://github.com/go-delve/delve/tree/master/Documentation/api. This should have the information you need. For an example of a GUI frontend for Delve using this API see https://github.com/aarzilli/gdlv. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! I'll check them out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does Delve have an equivalent to gdb's MI layer. MI is a layer for people to write GUI frontends to gdb.
Beta Was this translation helpful? Give feedback.
All reactions