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 4.6,调试器发生了奇怪的事情。“po”命令有时会停止工作。一步一步的调试有时也不起作用。有没有其他人有同样的问题
我发现了这个问题。我在目标设置中检查了您的 Apple LLVM 编译器代码编译的优化级别,将其更改为无,现在调试工作正常
只需尝试从项目菜单中清理所有内容,从管理器中删除派生数据文件夹。退出并重新启动 XCode。它可能会清理一些垃圾内存并进行设置。我经历过它可以改善 po 一点。