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

Static variables not visible in Vimspector #44

Closed gagara closed 1 month ago

gagara commented 3 months ago

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

I wonder if something needs to be enabled/configured in this plugin or it is not supported.

To Reproduce Steps to reproduce the behavior:

  1. Launch debug against code which contains static vairables
  2. No static variables in "Variables" view

Expected behavior Static variables should be visible

Versions of relevant software

dansamsara commented 2 months ago

Sorry, normally I'm more responsive, but I've been extra busy and traveling. I see you've discovered this feature wasn't implemented. I'll take a look at your PR as soon as I can.

dansomething commented 1 month ago

PR merged. This will be fixed in the next release.