-
Notifications
You must be signed in to change notification settings - Fork 3
Purpose of this package? #1
Comments
I'm not 100% sure, but I believe this is meant to co-exist with captain-hook. /cc @joefitzgerald |
@lloiser firstly, thank you for working on that package - this is awesome and precisely why I split out the logic for go-config from go-plus into a standalone package!!! When you feel like go-debug is mature, I would like to bundle it into go-plus, if you're open (go-plus is basically a package installer now). Second, as @thomasjo describes, yes, |
Great to hear this 😁 It seems to work fine although I'm pretty sure that there is still room for improvement here and there or bugs which I didn't found until now. Test it yourself and if it looks fine to you feel free to add it to go-plus. So this will replace my ui implementation sooner or later - great, less code to maintain then 😄 |
You should create an animated gif and add it to the readme. Once we have that we should post it to reddit. |
Any roadmap for this package? Seems like nothing happened in the last months 😕 |
I'm currently reworking my go-debug package to separate the view and the actual debugger into separate projects/packages. Are you interested in moving my code over to here? |
@lloiser, yes! |
Can there at least be some expanded README description until the illustration is ready? I've just stumbled across this, and I still can't tell what it is supposed to be (debugger for a certain language? universal debugger for many languages? base plugin to be used by developers of languages to implement their actual debugger?...) so having a better description than the current super vague one-liner would be hugely appreciated. |
From what I understand, this package simply allows you to install other debug packages, with which you can debug inside Atom itself. |
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?
The text was updated successfully, but these errors were encountered: