<Ct: linux> [ 2023-06-23 ] Debug Rust (rust-gdb & rust-lldb) [Mac... lldb]
LLDB
What is LLDB ?
- Similar to GDB
ShortCut
b main.rs:10: breakpointb 10: breakpointr: runc: continuen: nexts: stepbt: backtracep: printq: quitbt: backtraceframe variable: print local variableframe variable self: print local variableframe variable self->name: print local variableframe variable self->name --show-globals: print local variableframe variable self->name --show-types: print local variableframe variable self->name --show-types --show-values: print local variableexpr: execute expression