Did you check docs and existing issues?
Neovim version (nvim -v)
nvim -v NVIM v0.11.6 Build type: Release LuaJIT 2.1.1772619647
Operating system/version
MacOS or Linux
Describe the bug
When I am debugging lua plugin for Neovim the Scopes view just shows me the same contents as the Threads view.
This was working fine for me a few days ago but after recent updates I started to experience this
Steps To Reproduce
- Use https://github.com/jbyuki/one-small-step-for-vimkind to debug lua code from one Neovim instance to another
- Set a breakpoint and then try to show the scopes view
- Instead of showing the scopes it sometimes (nearly always for me) just shows the same contents as the Threads view
Expected Behavior
It shows the variables that are in scope instead of the thread stack trace
Did you check docs and existing issues?
Neovim version (nvim -v)
nvim -v NVIM v0.11.6 Build type: Release LuaJIT 2.1.1772619647
Operating system/version
MacOS or Linux
Describe the bug
When I am debugging lua plugin for Neovim the Scopes view just shows me the same contents as the Threads view.
This was working fine for me a few days ago but after recent updates I started to experience this
Steps To Reproduce
Expected Behavior
It shows the variables that are in scope instead of the thread stack trace