Is it possible to step through a Swift & Objective-C program in Xcode 7 without having to waste time endlessly stepping through compiled asm code? For every step I take, I end up spending another minute going through 20+ lines of generated assembly commands, and it doesn't help in the slightest that I just inherited this project a few days ago. I find it hard to believe you HAVE to look at unintelligible code when you want to debug something in a large application.
Any help is greatly appreciated, thanks a lot!
Edit: Apparently there isn't any way of doing this as of now. After a bit of further browsing typical of newbs ( :) ), I've found two other answered questions confirming this.
xcode debugging - quickly step over assembly code back to my custom code
XCode Debug - Can I bypass stepping through disassembly code