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 8.2.1 中的断点来调试我的 swift 项目,但是当编译器到达我想要调试它的行时,Xcode 会在下面显示我的代码而不是我的 swift 代码。
我能做些什么?
确保 Debug -> Debug WorkFlow -> Always Show Disassembly 已关闭。