Closed nbfhscl closed 2 years ago
found this in vimspector:
Hot code replace When using the java debug server, Vimspector supports the hot code replace custom feature. By default, when the underlying class files change, vimspector asks the user if they wish to reload these classes at runtime. This behaviour can be customised: let g:ycm_java_hotcodereplace_mode = 'ask' - the default, ask the user for each reload. let g:ycm_java_hotcodereplace_mode = 'always' - don't ask, always reload let g:ycm_java_hotcodereplace_mode = 'never' - don't ask, never reload
Related threads and docs:
puremourning/vimspector#252 https://github.com/puremourning/vimspector#hot-code-replace
Is hot-swap code possible?