emacs-lsp / lsp-docker

Scripts and configurations to leverage lsp-mode in docker environment
GNU General Public License v3.0
241 stars 34 forks source link

DAP: debug server support #80

Closed sfavazza closed 10 months ago

sfavazza commented 10 months ago

When consulting the dap-mode official page, lsp-docker is mentioned as solution to dockerize a debug servers.

Though in the source code I cannot find any mention of the debug keyword. Is the support being dropped or never been there?

factyy commented 10 months ago

No, not like that: since dap-mode is a single package (instead of split lsp-mode and lsp-docker) all the docker-related functionality is there

factyy commented 10 months ago

Closed the issue since it has to be in dap-mode repo, just open a new one there