XCode 是否有某种输出当前行号的宏?
为了排除故障,我添加了一些
print()
print("73: \(value)")
如果 XCode count 为我插入行号那就太好了。
我正在使用 Swift。
可用,试试这个:
print("\(#line): \(value)")