Replies: 1 comment
-
Hey 👋 rustaceanvim gets the command to run the debug targets from rust-analyzer, using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
:h rustaceanvim
.Description
Hi!
I'm currently using the
cranelift
codegen backend by default for debug builds. This works great (my build times get cut by like 15% using it), but I discovered thatlldb
can't actually debug these binaries. My solution is to use this Cargo config:However, I can't figure out how to get
rustaceanvim
to use this_debug
profile instead of the defaultdev
profile. Is there a way to do this?Example Code
Neovim version (nvim -v)
v0.11.3
Operating system/version
Fedora 42
Output of :checkhealth rustaceanvim
Beta Was this translation helpful? Give feedback.
All reactions