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

Static variables not visible in Vimspector

Open gagara opened this issue 1 year ago • 1 comments

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

  • vim: 9.1.445
  • coc.nvim: 392264f475
  • coc-java: 1.15.2
  • vimspector: latest master
  • java: 21
  • maven: -

gagara avatar Jun 09 '24 14:06 gagara

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.

dansamsara avatar Jun 21 '24 16:06 dansamsara

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

dansomething avatar Jul 13 '24 15:07 dansomething