You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Putting a breakpoint in Xcode on a `private` function that is never called (which I imagine gets optimized out, even in `-Onone`) results in LLDB stopping somewhere else.
This is very confusing and not at all intuitive. I think the correct behavior would be to never stop on that breakpoint at all (since the function is not called).