coc-java-debug icon indicating copy to clipboard operation
coc-java-debug copied to clipboard

An extension for coc.nvim to enable Java debugging via jdt.ls

Results 4 coc-java-debug issues
Sort by recently updated
recently updated
newest added

**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...

question
keep

- [ ] Add note regarding possible slow startup times. #20 - [ ] Illustrate roughly how it works. #3 - [ ] Link to a full working example -...

enhancement
good first issue
keep

Adds support of set/update debug settings. See updates to README.md for details. Implements #44

**Describe the issue** Static variables are not shown in "Variables" view in vimspector. In `vscode-java-debug` plugin there is an config option >java.debug.settings.showStaticVariables: show static variables in "Variables" viewlet, defaults to...