-
Notifications
You must be signed in to change notification settings - Fork 8
Java class hotswap not working in debug model #34
Copy link
Copy link
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
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'}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested