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.
我们正在尝试调试 C++ 中的问题。不幸的是,问题似乎发生在类的构造函数中。当我们尝试进入构造函数时,Xcode 会跳过它。有谁知道为什么 Xcode 有这种行为?
如果您在该构造函数中放置一个断点,那应该会处理它。除非构造函数实际上没有被调用。