dansomething / coc-java-debug

An extension for coc.nvim to enable Java debugging via jdt.ls
https://www.npmjs.com/package/coc-java-debug
Eclipse Public License 2.0
100 stars 8 forks source link

i can't get outputs in watch window #33

Closed Xtscat closed 2 years ago

Xtscat commented 2 years ago

Versions of relevant software

image

here is the messages, they all look good image

dansomething commented 2 years ago

I was unable to reproduce, but since this project is mainly some simple glue code between Vimspector and the Java Debug Server extension for jdt.ls I suspect it's an issue with one of those. Can you check to make sure you have the latest version of Vimspector, coc-java-debug, coc-java and Eclipse jdt.ls (:CocCommand java.updateLanguageServer)?

Xtscat commented 2 years ago

I tried these but it just can't worked well. I will try to use nvim-dap. Thanks for help.