XCode中“Build and Go(Run)”和“Build and Run”之间有什么区别?

时间:2022-05-05 13:32:17

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

XCode中“Build and Go(Run)”和“Build and Run”之间有什么区别?为什么这么暧昧?

2 个解决方案

#1


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

Build and Run将始终运行。如果相关,Build and Go将加载调试器。

#2


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.

如果您只需单击“Build and Go”,它就与“Build and Run”相同......编译并链接任何已修改的文件,然后执行您的应用程序。

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 :) )

但是如果你点击并按住“Build and Go”图标,那么在大约一秒左右后你会看到一个弹出窗口,它预先选择了“Build and Run”,“Build and Debug”,“Run Executable”这两个选项。或“调试可执行文件”。 (不是最好用的UI IMO :))

#1


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

Build and Run将始终运行。如果相关,Build and Go将加载调试器。

#2


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.

如果您只需单击“Build and Go”,它就与“Build and Run”相同......编译并链接任何已修改的文件,然后执行您的应用程序。

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 :) )

但是如果你点击并按住“Build and Go”图标,那么在大约一秒左右后你会看到一个弹出窗口,它预先选择了“Build and Run”,“Build and Debug”,“Run Executable”这两个选项。或“调试可执行文件”。 (不是最好用的UI IMO :))