coc-java
coc-java copied to clipboard
[Question] Debugging for Java projects
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.
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.