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.
早些时候我是一个 .net 程序员,调试非常简单,但现在我发现调试 iOS 很困难。有人可以解释调试 iOS Xcode 的最佳和简单的方法。另外如何在使用快捷键调试时在不必要的文件之间跳过?
使用断点单步执行代码。还启用一个捕获所有异常的断点。您可能应该分块编程并逐步执行以确保该块有效,然后重复。在 xcode 中调试非常容易,使用断点并注意变量值,因为它们出现在调试窗口中