What's the difference between "Build and Go (Run)" and "Build and Run" in XCode? Why is this so Ambiguous?

link|improve this question

12% accept rate
feedback

2 Answers

Build and Run will always Run. Build and Go will load the debugger, if relevant.

link|improve this answer
feedback

If you just click "Build and Go" it's the same as "Build and Run"... any modified files are compiled and linked then your application is executed.

But if you click-and-hold on the "Build and Go" icon then after a second or so you should see a pop-up appear that presenets the choices "Build and Run", "Build and Debug", "Run Executable" or "Debug Executable". (Not the best use of UI IMO :) )

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.