Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"There are no classes to redefine." shows every time when I save my change in dap-mode #441

Open
huangfeiyu opened this issue Jun 16, 2023 · 1 comment

Comments

@huangfeiyu
Copy link

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))
@huangfeiyu
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant