Debugger: Delve Interface #3126
emad-elsaid
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
If you haven't seen them already:
And if you want you can add to the list of front ends https://github.com/go-delve/delve/blob/master/Documentation/EditorIntegration.md |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For the past couple weeks I have been working on an interface for delve. and I think it's in a good state for early testing.
https://github.com/emad-elsaid/debugger
The project uses Delve
debugger
service directly. and uses Gio package for UI. similar to what @aarzilli did for gdlvMy goal for this project is to have a similar features to what frontend devs have in Chrome developer tools. so it'll be probably using many other libraries to collect information about the running program.
Beta Was this translation helpful? Give feedback.
All reactions