I’m using RustRover for some Rust programming. However debugging does work as expected.
In Settings -> Build, Execution, Deployment -> Debugger -> Data Views -> Rust there are 3 options for LLDB renderers. I have tried all 3 of them and below are the results. The data I try to read is simple Vec<char>
:
Bundled renderers:
Rust compiler’s renderers:
No renderers:
All I want to see is the vector content!
My setup is:
- Mac with Apple M3 Max chip
- MacOS Sequoia 15.1.1
- RustRover 2024.1.8
2
Update to 2024.3.1 helped. Bundled renderers work fine!