dap-mode
dap-mode copied to clipboard
Support gdb's built-in DAP implementation
The forthcoming release of GDB 14 (due out this fall) will include direct support for DAP. No separate adapter will be needed. Instead, clients can invoke gdb -i=dap and communicate with it over its stdin/stdout. I think it would be nice if dap-mode supported this.
gdb 14.1 was released.
See also https://github.com/emacs-lsp/dap-mode/issues/790 -- which was implemented.