<div dir="ltr">Hi all,<div><br></div><div>For objc, I used to be able to set this breakpoint:</div><div><br></div><div>br s -n '-[UIView setFrame:]'</div><div><br></div><div>but recently, this no longer works. Instead it's necessary to specify the category of the method, for example:</div><div><br></div><div><div>br s -n '-[UIView(Geometry) setFrame:]'</div></div><div><br></div><div>Is this the result of a resent change in lldb, or has it always been necessary to specify the category? If it is an lldb change, is it intentional or a regression?</div><div><br></div><div>thank you</div><div>Dave</div></div>