-
-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Description
anyhow::Result looks like this in LLDB:
(core::result::Result<(), anyhow::Error>) {
value = {
0 = {
inner = {
ptr = {
pointer = 0x00007f8008414040
}
}
}
}
}We can wire up something better with https://doc.rust-lang.org/1.82.0/reference/attributes/debugger.html#using-debugger_visualizer-with-gdb.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels