Open OctaveLarose opened 7 hours ago
Can you report your versions for codelldb, neovim, rustaceanvim etc? I can try to look into it, maybe there's been some change in codelldb that requires updating nvim-dap-rr
.
Have you tried running it without overriding dap.adapters.rust
with the rustaceanvim one? If it works at least it tells us that has something to do with settings on the adapter.
This is likely to just be me making a silly mistake, but in case others encounter it I thought I'd ask.
On my Rust project, when attempting to use
nvim-dap-rr
, I can launch the program through the generatedrr
DAP config, but after my program segfaults (the reason why I'm debugging it!), I can't use rr operations successfully.If I call
reverse-continue
:My config:
I think it might not be using the right debugger, and is attempting a normal debug session as opposed to letting me go through the replay?
I was thinking that perhaps the
rustaceanvim
adapter might also be the cause and get in the way, not sure. If it is, that's a bit of a hassle, since I like using it for my usual debugging.