You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2021. It is now read-only.
I'm currently developing the go-debug atom package which is a debugger interface for go (using delve).
Is this going to be a general purpose package to create such debuggers (standard interface and api, like in visual code)? If so what's the purpose of the "old" package atom-community/debugger then?
And is there any way one could help building such a package?