generated from ellisonleao/nvim-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Did you check docs and existing issues?
- I have read all the plugin docs
- I have searched the existing issues
- I have searched the existing issues of plugins related to this issue
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working