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

[Question] Debugging for Java projects #8

Open
kozer opened this issue Feb 27, 2019 · 5 comments
Open

[Question] Debugging for Java projects #8

kozer opened this issue Feb 27, 2019 · 5 comments

Comments

@kozer
Copy link

kozer commented Feb 27, 2019

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.

@chemzqm
Copy link
Member

chemzqm commented Feb 27, 2019

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.

@appelgriebsch
Copy link

Would be great to integrate with this: https://github.com/puremourning/vimspector

@dansomething
Copy link
Contributor

Relates to neoclide/coc.nvim/issues/322

@oblitum
Copy link
Member

oblitum commented Jul 23, 2020

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.

@oblitum
Copy link
Member

oblitum commented Jul 23, 2020

Ah, I see @dansomething did coc-java-debug.

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

5 participants