OCamlPro / superbol-studio-oss

Open-Source part of SuperBOL Studio, including the Visual Studio Code extension and its LSP server
https://superbol.eu
Other
20 stars 12 forks source link

emacs: integrate the debug-adapter #216

Open GitMensch opened 6 months ago

GitMensch commented 6 months ago

Emacs can use vscode compatible DAP-adapters - can you please investigate and document how to use the superbol-vscode-debug (which may need adjustments or splitting into a sub-module/repo)?

Once this is working I'd be interested in an "offical vim-mode" (LSP and DAP), too.

Background: on the customer side, there is no option to run vscode (the servers are headless and we can not install vscode-reh there to use remote-workspaces either). This is the reason why we currently use vim's Termdbug module (adjusted to work with cbl-gdb).

nberth commented 6 months ago

Hint: doc for dap-mode can be found here