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.
我正在寻找一种在 github 下使用 Xcode 在两台计算机之间保持断点设置的方法。添加该文件: server:myproject.xcodeproj alex$ ls xcuserdata/alex.xcuserdatad/xcdebugger/ Breakpoints.xcbkptlist
没有成功。我哪里错了?
更新 - 它现在正在工作,但我需要重新启动 Xcode 才能看到更新的断点。有机会避免吗?
如果你试图通过 git 分享,你可能已经*.xcuserdatad忽略了(如果没有,你应该)。如果你不介意每个人都看到断点,你可以在 Xcode 中分享它:
*.xcuserdatad
右键单击断点导航器中的断点并选择“共享”:
您现在应该可以通过 git 添加文件了。它将位于这样的位置:
Test/Test.xcodeproj/xcshareddata/xcdebugger/Breakpoints.xcbkptlist
从事该项目的任何其他人现在都应该能够使用该断点。