Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

moonman239

Cancelled
Original poster
Mar 27, 2009
1,541
32
Sometimes, I'll be debugging my code with the call stack, and see framework methods that are sometimes unhelpful to me, and I just want to focus on my the method calls made in my code. How do I set Xcode to show only such calls in the call stack view?
 
Sometimes, I'll be debugging my code with the call stack, and see framework methods that are sometimes unhelpful to me, and I just want to focus on my the method calls made in my code. How do I set Xcode to show only such calls in the call stack view?
I have no clue, I've been using Xcode and the debugger for some 7 years now and I can't even get it to stop showing the .asm code.
TBH, I use nslog so much that I really don't need much else. I've found the left panel so unreliable that I don't even use it and haven't for a long time. The PO command in the right panel only works 1/2 the time if that.

So I write a bunch of NSLogs and walk thru the code as needed.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.