kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 473 forks source link

Debugging a framework #137

Open tolik85 opened 10 years ago

tolik85 commented 10 years ago

Hi,

Is there a way to debug a framework? If I just include it in my project, I cannot see the source code to put a breakpoint there.

Thanks!

pulsifer-work commented 10 years ago

You can set a symbolic breakpoint. Hit the plus at the bottom of the breakpoint explorer.

If you build the framework and the app on the same machine, then it generally finds the sources when it needs them.

Dean Pulsifer

Believe in yourself. Say what you mean. Do what you say.

On Jul 22, 2013, at 2:58 PM, tolik85 notifications@github.com wrote:

Hi,

Is there a way to debug a framework? If I just include it in my project, I cannot see the source code to put a breakpoint there.

Thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/kstenerud/iOS-Universal-Framework/issues/137 .