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 中的调试器的帮助下调试我的代码,但是当我试图介入时,什么都没有发生。我在另一个项目中尝试过,它在那里调试得很好。
这个问题的原因可能是什么?
有时 xCode 需要很长时间来计算数据,所以它只是显示跨步。在这种情况下,您可以 NSLog 您的值进行调试。