-
Notifications
You must be signed in to change notification settings - Fork 39
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
[Question] Debugging for Java projects #8
Comments
It's planed, but it need time, a lot of time needed to figure out how DAP works and how should it works with vim. |
Would be great to integrate with this: https://github.com/puremourning/vimspector |
Relates to neoclide/coc.nvim/issues/322 |
I think it's just better and simpler to provide some integration or command to load the debugger plugin for Vimspector to consume? It has done that for YCM: https://github.com/puremourning/vimspector#java I already use Vimspector for several other languages, so maybe coc as a project could leave debugging aside for Vimspector, and just do the minimal effort for java in specific to be able to be consumed by Vimspector. |
Ah, I see @dansomething did coc-java-debug. |
Microsoft has a repo (https://github.com/Microsoft/java-debug/blob/master/README.md) where she use jdi to communicate with Java language server and provide debug functionality. Can you support that, and if you need help, can you provide information of what has to be done? Also this is a nice feature for other languages as well, and I think that with your plugins is the only thing missing from vim right now.
The text was updated successfully, but these errors were encountered: