Xcode won't stop at breakpoints in framework. Why?
Xcode won't stop at breakpoints in framework. Why?
- Subject: Xcode won't stop at breakpoints in framework. Why?
- From: Gavin Stokes <email@hidden>
- Date: Sun, 29 Sep 2013 21:21:18 -0700
Hi all.
We have two iOS projects. One builds a framework, and the other builds a project that uses the framework.
We're building both projects for Debug, verified.
No matter how we set breakpoints in the framework source, they don't work (with one exception below). Even if we open the framework source files from within the dependent project and set the breakpoints, they don't work.
If we set a breakpoint in the dependent project's source where it first invokes a function of the framework, and then step into the framework, the first subsequent breakpoint in the framework will work. But no others after that.
That first breakpoint will indeed show up in the dependent project's breakpoint navigator, but any others (added in exactly the same way) do not.
Anybody have similar experience or a solution? It's pretty infuriating.
Thanks!
Gavin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden