This is a bit hard to explain but since upgrading to xcode 9.0/.01, often when I am stepping through code, xcode will never come back. That is, I am at a break point in the debugger and I start stepping through code. At some point, I'll do a step (either into a method or over) and then it just never returns control to the debugger. It appears that the code is still stopped but xcode just doesn't recognize it. I say that since if I have log statements that would've shown had the code continue to execute, they're never displayed.
Has anyone else seen this?
Thanks,
//Ray