I want to be able to step through my program but after stepping through a completely function I'm sent through all these files that say CoreFoundation
at the top and there's a number of hex address with things I don't understand. Is there any way to bypass this so that I can continue stepping through my program?
I'm trying to understand everything that is going on before a particular UI bug is showing up and I've already spent hours trying to scan the code manually because debugging isn't being much help. I tried profiling the app too thinking I could get a list of functions ran but that didn't work out either. Any suggestions?