I’m new to xcode.
I placed a breakpoint in my code. Once I hit the breakpoint, how do I continue the execution.
In visual studio its F5 to continue
F10 to go to next line
What are the equivilants in XCode?
I looked on the web, but I think this quesiton is too easy, so noone else has asked it or answered it.