RustRover does not properly display data in debug

已回答

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 compliers 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

 

Cross posting on SO: https://stackoverflow.com/questions/79276953/how-can-i-properly-display-data-in-debugging-rust-in-rustrover

0
Hello! 
Thank you for the report.
Please update your RustRover to the latest 2024.3.1 release. This version includes a fix for the lldb debugger. Please let me know how it will work after the update.
0

Thanks Maksim! It helped!

0

请先登录再写评论。