sublimelsp / LSP-jdtls

Convenience package for the Eclipse JDT language server

Home Page:https://packagecontrol.io/packages/LSP-jdtls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAP for LSP-jdtls

davidsoles opened this issue Β· comments

Sublime Text have some DAP that works with LSP-jdtls? If so, can you share some information?

Thanks... πŸ‘πŸΌ

If refer to the debugger protocol, have a look here #7 and the corresponding PR on the Debugger repo.
The PR worked, however the experience was not that great. I think once LSP switches to Python 3.8 I will revisit this.

Sublime Debugger now supports Java.