Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4: How to set the "continue program execution" key binding?

Tags:

xcode

xcode4

Hopefully an easy question:

I want to set the key binding for "Continue program execution" in Xcode 4 / iOS SDK 4.3. Opening the preferences I see every other possibility: Run, Build, Step in, Step out etc. etc. but "continue program execution" is not there (or any comparable command).

Did the designers screw up or am I missing something ? Neither googling nor stackoverflow helped to find a solution

like image 401
Thorsten S. Avatar asked Mar 15 '11 11:03

Thorsten S.


1 Answers

You have to bind with Pause. It works as Pause\Continue.
Default key binding is ⌃(control) ⌘ (command) Y.

like image 100
Peppe Belgenio Avatar answered Nov 12 '22 02:11

Peppe Belgenio