Skip to content

bug: The scopes view is showing the threads instead of the scopes sometimes #166

@NickJAllen

Description

@NickJAllen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions