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

Wire up --debug-adapter for JVM languages #16216

Open
thejcannon opened this issue Jul 19, 2022 · 4 comments
Open

Wire up --debug-adapter for JVM languages #16216

thejcannon opened this issue Jul 19, 2022 · 4 comments
Labels
backend: JVM JVM backend-related issues enhancement

Comments

@thejcannon
Copy link
Member

Both run and test goals now have a --debug-adapter which should launch the relevant DAP server when used. We should add support for JVM (feel free to split into multiple tickets for Java+Scala+Friends, idk how the DAP in JVM-world works)

See the Python support for examples, or ping @thejcannon

@thejcannon
Copy link
Member Author

FYI @tdyas

@tdyas
Copy link
Contributor

tdyas commented Jul 19, 2022

DAP bridge for JVM debugging is https://github.com/Microsoft/java-debug.

@stuhood
Copy link
Sponsor Member

stuhood commented Jul 19, 2022

And this would be a significant part of #15965, because Metals requires DAP for test running.

@pshemass
Copy link

pshemass commented Jun 9, 2023

for scala we could use - https://github.com/scalacenter/scala-debug-adapter. I could try to add this for scala if someone will help me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend: JVM JVM backend-related issues enhancement
Projects
None yet
Development

No branches or pull requests

4 participants