expr - Modify objects at runtime!!
If you want to modify a live object from the debugger, you can use expression(or just expr) to modify their properties on runtime using memory addresses
'expr' is used to evaluate runtime expression in debugger
(lldb) expr ((UIView *)0x7fac07a456b8).backgroundColor = [UIColor redColor]