使用dap-java-debug 命令的时候提示上面的信息 请大神帮忙看下
If you are using eglot
you should switch to lsp-java
since dap-mode
depends on lsp-mode
for client/server communication, root selection, and so on. Also, if you have downloaded the jdt server manually make sure to call lsp-java-update-server
so lsp-java
could fetch all of the required components like debug adapter and JUnit test runner. Additionally, you should be in maven project otherwise JDT Language server cannot calculate the server path.
1 个赞
英文不是非常好,没怎么看明白
tldr:dap-mode依赖lsp-mode
非常感谢您的告知
调试了一下,还没调试出来,不知道啥问题