xcode debugging - quickly step over assembly code back to my custom code
问题 I'm still new to xcode. I have "show disassembly when debugging" UNCHECKED but I know that as I step through my own code that I will still regularly be thrown into assembly code when system methods are called. My question is ...... Is there any way to quickly step over the assembly code to the NEXT line of my own custom code rather than endlessly hitting F6 or F8. I know that, in advance, I can set a new breakpoint at the next custom method to be called and press the run button, but when I