How to continue application after hitting a breakpoint.

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.

Go into preferences and the “key bindings” tab. Type “pause” into the search box and “Pause (Product Menu)” will appear. That will have the current key binding and you can change it.

And yeah, how you are meant to know “Pause” also means continue is beyond me.

Thanks Gav.