Home / Programming /

LLDB on CLI

  1. Build with debug symbols
  2. run lldb ./path/to/exe
  3. To set breakpoints
  4. run

Cheatsheet

Starting LLDB

Basic Commands

Breakpoints

Inspection

Modifying Execution

Navigation

Exiting LLDB

Useful Aliases