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 中调试时突然看不到源代码。方案中的运行构建配置设置为debug,“Product -> Debug Workflow -> Show Disassembly...”不勾选。源代码一直显示到昨晚,我没有进行任何配置更改。帮助!建议? 该项目是一个 iPhone 应用程序;Xcode 4.6 版;Mac OSX 10.8.2
请检查“产品 -> 调试工作流程 -> 标准窗口”是否被选中。
哎呀——XCode 实际上配置正确,问题是“找不到选择器”异常一直冒泡到 main,这样我在调用堆栈中的唯一代码是 main,其余的都是 Apple 的。我自己代码中的断点实际上确实显示了源代码。