Search code examples
xcodebreakpoints

Is there a way to skip over the machine calls when using breakpoints in Xcode 4?


Question is in the title, is there a way to skip machine calls like:

0x294509e:  pushl  %esi

When stepping through Xcode code using breakpoints?

In other words, is there a way to JUST see MY code when using the stepping button when breakpoint is caught?


Solution

  • Doesn't look like this is possible. Please someone correct me if I'm wrong.