iOS-Universal-Framework icon indicating copy to clipboard operation
iOS-Universal-Framework copied to clipboard

Debugging a framework

Open tolik85 opened this issue 12 years ago • 1 comments

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!

tolik85 avatar Jul 22 '13 18:07 tolik85

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 [email protected] 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 .

pulsifer-work avatar Jul 22 '13 19:07 pulsifer-work