You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NeoVim Version
NVIM v0.9.5
Using the out-of-the-box settings for LazyVim 10.12.1 (includes Neotest 4.4.2 and Rustaceanvim 4.12.2)
lua configs for rustaceanvim and neotest can be found: https://www.lazyvim.org/extras/lang/rust
Describe the bug
After doing a couple of cycles of debugging tests using lazyvim's out-of-the-box configuration of lang.rust ● lang.rust crates.nvim nvim-cmp nvim-lspconfig nvim-treesitter rustaceanvim mason.nvim neotest it will get to a state whether neither the "Debug nearest" (errors shown in the two errors in the top right of the image) or the "Run nearest" will execute (error shown in the centre of the image). The only way to prevent this from happening is to exit and restart neovim, when everything will work for a short while before the error returns.
I expect this is an issue with one of the other plugins or an incompatibility with my system, but I'm having real trouble providing more information. If anyone can instruct me on producing some other information to troubleshoot with, please let me know. If we identify an issue with a different plugin, I'm happy to create a relevant bug report there.
Steps To Reproduce
install the latest lazyvim on NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1702233742
install the lang.rust extra from LazyExtras
install codelldb from Mason
install lldb version 17.0.6 from Arch's package manager
run the debugger on tests using leader, t, d - then continue or terminate.
NeoVim Version
NVIM v0.9.5
Using the out-of-the-box settings for LazyVim 10.12.1 (includes Neotest 4.4.2 and Rustaceanvim 4.12.2)
lua configs for rustaceanvim and neotest can be found: https://www.lazyvim.org/extras/lang/rust
Describe the bug
After doing a couple of cycles of debugging tests using lazyvim's out-of-the-box configuration of lang.rust
● lang.rust crates.nvim nvim-cmp nvim-lspconfig nvim-treesitter rustaceanvim mason.nvim neotest
it will get to a state whether neither the "Debug nearest" (errors shown in the two errors in the top right of the image) or the "Run nearest" will execute (error shown in the centre of the image). The only way to prevent this from happening is to exit and restart neovim, when everything will work for a short while before the error returns.I expect this is an issue with one of the other plugins or an incompatibility with my system, but I'm having real trouble providing more information. If anyone can instruct me on producing some other information to troubleshoot with, please let me know. If we identify an issue with a different plugin, I'm happy to create a relevant bug report there.
Steps To Reproduce
install the latest lazyvim on NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1702233742
install the
lang.rust
extra from LazyExtrasinstall
codelldb
from Masoninstall lldb version 17.0.6 from Arch's package manager
run the debugger on tests using leader, t, d - then continue or terminate.
repeat 5. until the errors occur
This has been reproduced on two separate machines
cross post with LazyVim/LazyVim#2704
The text was updated successfully, but these errors were encountered: