Open epasveer opened 2 years ago
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/