Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

lldb

  1. M

    macOS Set property in LLDB

    Hi, I have an NSObject, and I'm trying to set one of its properties at runtime. I've tried this (note: I'm using fictional names instead of actual ones): expr -- object.theProperty = 3 but at runtime, LLDB says even though there is a property by that name. Well, turns out the solution...