Post #2158452
2026-04-29 22:58 UTC
@thakis Thinking about it more: also I've mostly written Rust the last few years and Rust is a lot worse than C++ in a debugger. E.g. you can't evaluate any complex expressions, and even evaluating a reference like "foo.bar.baz" in Rust you have to manually change to "foo.bar->baz" depending on whether any of the intermediate components are references or not.
Replies (1)
-
@thakis@serenityos.social 2026-04-29 23:01
@evmar https://rustc-dev-guide.rust-lang.org/debuginfo/lldb-internals.html apparently -- sounds like "patches welcome" 😅