Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 XCode (3.6) 中工作时,我注意到当您第一次创建项目时,大多数情况下,顶部的图标显示“构建并运行”和“运行”。
偶尔,他们会切换到“Build and Debug”和“Debug”。
在功能上,我没有注意到任何区别,尽管我确信编译器的功能方式有所不同。
我的主要问题是:如何重置 Xcode 以便图标再次返回“构建并运行”?(我碰巧喜欢漂亮的绿色图标而不是黄色的调试图标,因为调试图标提醒我在谈到 Cocoa 时我是多么无知......哈哈)
我正在使用 Xcode 3.2.6,我认为“构建和运行”/“构建和调试”按钮是动态的。它显示了您最近的行为。
要切换回“Build and Run”,请使用菜单项“Run”->“Run - Breakpoints Off”运行一次目标。该按钮应再次为“构建并运行”。
当按钮显示为“构建和调试”时,“构建和运行”的另一种方法是按下Option键然后单击按钮。按住Option键时,按钮将切换到其他状态。
Option