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 4.5.1 有一个非常烦人的问题。
每次我的代码要调用一些 STL 成员函数(例如 std::string::c_str())时,XCode 都会进入调用内部,我必须反复退出以返回以返回源代码。这只发生在 STL 代码上,而不是我自己的函数。
我该如何解决这种烦人的行为?
谢谢。