I want to set breakpoints in the Objc framework
that is compiled from my Xcode project, and let it break the Mac application that is dependent on the framework I build.
For example, Application
"Blackbox" will use Framework
"A", and I have access to the source code of "A" only.
Thus I cannot set breakpoints in the framework projects and simply change them to User, which will be accessible to all the Xcode projects. Or simply merge these two projects since I have to access to "Blackbox".
How can break the application to jump to the breakpoints I set in my framework?