-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Don't load lldb_commands when using codelldb #139
Comments
After a weekend of debugging why this was happening, most information of which is detailed here, I discovered the
We can also see that In the provided repository, I have a |
Hey 👋 Thanks for the detailed report! I'm attending an unconference until January 12th, and might not have time to fix this before then 😞. |
Luckily there's a fairly easy workaround as detailed in the |
Neovim version (nvim -v)
v0.10.0-dev-2042+g28c183b38c
Operating system/version
Arch Kernel: 6.6.10-lqx1-1-lqx
Output of :checkhealth rustaceanvim
How to reproduce the issue
Expected behaviour
In the
dap-repl
window, nothing much happens, except for the startup outputIn the
Dap Scopes
window, we can expandsome
to show the value contained within (18: i32
)Actual behaviour
In the
dap-repl
window, errors are thrown regarding indexing errors on a key that's equivalent toUINT32_MAX
, i.e.-1
.In the
Dap Scopes
window, when we expandsome
to show the value contained within, it tells us<error: invalid value object>
The minimal config used to reproduce this issue.
The text was updated successfully, but these errors were encountered: