-
Notifications
You must be signed in to change notification settings - Fork 82
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
Look into DAP support. #80
Comments
Seems like the latest gdb supports DAP. Need to check into this. |
I'm going to close this task. I don't think DAP is in my future any time soon. DAP seems to be a "mi" alternative. "mi" being the 'api' that Seer and other frontends use to talk to gdb. DAP seems to be JSON based. "mi" is more Python dictionaries/lists/sets. Also, even though the link says it's ready in the latest gdb, it isn't. Maybe it's there in Window's version of gdb. So, for now, I'll close this task. |
Any thoughts on this topic? gdb now supports the DAP (along with many other debuggers). |
I've re-opened this task. For my reference, he's gdb's info on DAP support. https://sourceware.org/gdb/current/onlinedocs/gdb.html/Debugger-Adapter-Protocol.html I'll take a look at it when I can. |
Another link for me to look into. https://www.reddit.com/r/emacs/comments/11hhjn9/gnu_debugger_gdb_adds_support_for_microsofts/ |
From a Reddit user:
https://www.reddit.com/r/cpp/comments/wjoi6b/seer_a_new_gui_frontend_to_gdbmi_updated_v18/
The text was updated successfully, but these errors were encountered: