-
Notifications
You must be signed in to change notification settings - Fork 8
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
Java class hotswap not working in debug model #34
Comments
I'll see if I can reproduce it, but it's most likely an issue with Vimspector or jdt.ls since this project does little more than provide some "glue" between the two. What versions of the relevant software are you using? |
I can replicate the issue, but I still don't know the root cause. Though I'm sure it's either an issue in Vimspector or jdt.ls. I can't get it to work in VS Code either using the same example. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This should be fixed by #45 |
Describe the issue
Hi,
Thanks for buiding this excellent extension to simplify our java debug in NVIM, I could have basic java debug in NVIM with limited configuration, cheers!!!
but i see java class hotswap function not working, is it not supported today?
I have set "let g:ycm_java_hotcodereplace_mode = 'always' as suggested from https://github.com/puremourning/vimspector#java
but it seems the java class cannot be hot-swapped in debug model.
See hotcodereplace message in vimspector log:
2022-03-26 20:54:50,921 - DEBUG - Message received: {'event': 'hotcodereplace', 'body': {'changeType': 'BUILD_COMPLETE', 'message': 'Build completed.', 'type': 'hotcodereplace'}, 'seq': 21, 'type': 'event'}
The text was updated successfully, but these errors were encountered: