UPDATE - Chapter One Command Error Fix

Hey !

I wanted to share that this command:

(lldb) breakpoint modify -c '(BOOL)[NSStringFromClass((id)[$arg1 class]) containsString:@"ICMacTextView"]' -G0

Will never trigger a breakpoint since the ICMacTextView is now ICTK2MacTextView.

po $rdi

Won’t work neither.

po $arg1 \\ will

**Details: **
Mac OS Virtual Machine
Apple m1
Sonoma 14.5

3 Likes