Hi all, I just downloaded Xcode 9 , running my project with breakpoints in it , when the runtime hits a breakpoint I only can step through memory locations, it does not step through my code in the class where my breakpoint was set ?? Any thoughts on this anyone else having this issue.
Help , keeping me from debugging my code.
Regards
JZ
FOUND THE ANSWER. Under Debug --> Debug WorkFlow ... --> If you have Always Show Disassembly...Checked. when you run your code if the Always Show Disassembly is checked you only have the ability to step through your code in the memory location. when unchecked you can step through your code in the normal patern .. i.e. in the class where the breakpoint is.