Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when pressing play on a breakpoint #321

Closed
mikehaertl opened this issue Jan 22, 2024 · 2 comments
Closed

Error when pressing play on a breakpoint #321

mikehaertl opened this issue Jan 22, 2024 · 2 comments

Comments

@mikehaertl
Copy link

When I stop on a breakpoint and the press the play button I get this error:

Rendering failed: ...nvim/plugged/nvim-dap-ui/lua/dapui/components/frames.lua:21: attempt to index a nil value
stack traceback:
        ....local/share/nvim/plugged/nvim-dap-ui/lua/dapui/util.lua:26: in function '__index'
        ...nvim/plugged/nvim-dap-ui/lua/dapui/components/frames.lua:21: in function 'render'
        ...vim/plugged/nvim-dap-ui/lua/dapui/components/threads.lua:45: in function 'render_thread'
        ...vim/plugged/nvim-dap-ui/lua/dapui/components/threads.lua:73: in function 'render'
        ...e/nvim/plugged/nvim-dap-ui/lua/dapui/elements/stacks.lua:27: in function 'render'
        ...e/nvim/plugged/nvim-dap-ui/lua/dapui/elements/stacks.lua:19: in function <...e/nvim/plugged/nvim-dap-ui/lua/dapui/elements/stacks.lua:18>
        [C]: in function 'xpcall'
        ....local/share/nvim/plugged/nvim-dap-ui/lua/dapui/util.lua:25: in function <....local/share/nvim/plugged/nvim-dap-ui/lua/dapui/util.lua:21>

@mikehaertl
Copy link
Author

The problem was introduced by commit a62e86b.

@mikehaertl
Copy link
Author

Fixed. Thanks @przepompownia.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant