Home

Search IconIcon to open search

LLDB

A debugger! It has some cool features that GDB probably doesn’t have. Like in gui mode you can use arrows to expand/collapse nested structures! But gui in LLDB is mostly a hacked around thing. You can’t even run commands within it.

# General

# Watchpoints

Prints the variable when it’s accessed or changed.

# Terminating