lsp-java
lsp-java copied to clipboard
"There are no classes to redefine." shows every time when I save my change in dap-mode
Hi @yyoncho, I guess the issue has something to do with your latest change 2fe0ba5, it worked before the change. I use attach debug, here is my dap configuration:
(dap-register-debug-template
"Java Attach"
(list :name "Java Attach"
:type "java"
:request "attach"
:hostName "localhost"
:projectName "jdt.ls-java-project"
:port 11550))
I noticed, actually, it is just the message misleading. I mean after I save changes, filed compiled automatically and successfully, and applied successfully. But the message shows always.