-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support GDB #29
Comments
Suggestion: Maybe we could go even further and create something like an interface for debuggers so that we can probably call something like |
That's a very good idea! In fact I would like to invite the author of |
Hey! I also think that this is a cool idea, and I am ready to help in its implementation. I think it would be nice to have a command like |
I was thinking more like having a separate tab inside Also, see what I did for heh, we can potentially use the whole app as a TUI widget inside What do you think? |
I like both options. But I'm not sure how ready |
About
|
That's cool! I would want to see this implemented in two ways at the end of the day but putting
Would you be interested in contributing that? 👀 As a reference: ndd7xv/heh#120 |
Of course, i think i can do this |
Perfect! |
Hey @orhun , i'm try to implement |
Hmm, can you expand on this a bit? Not sure if I get the problem here.
What do you mean by embedding it? 👀 |
As i see for
This interface give a possibility to create own
Instead of |
Ah I see. I gave this a shot and realized it is actually possible without changing the API: #52 (just a small tweak in the prelude) I think that's a good start. What do you think? :) |
It's looks very good for me, and fully covers integration with |
yup, do you think you can give it a shot implementing it? I'm also down to simplify the API based on your usage btw |
@orhun JFYI godzie44/BugStalker#45
yep, i can try |
FYI: I started writing an architecture agnostic |
That's awesome! I fell a bit behind on integrating BugStalker (and overall maintenance of this project) but that's something that I want to have as a functionality in the future! I'm not sure if you would be open to designing your API in a way that follows #52 (or #73), but if you do, definitely let me know when the project reaches semi-stable state and it would be great to discuss potential collaborations :) |
Is your feature request related to a problem? Please describe.
Quoting from
@[email protected]
:Describe the solution you'd like
Throwing this here for brainstorming purposes.
Describe alternatives you've considered
None.
Additional context
The text was updated successfully, but these errors were encountered: