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 中,调试器会在每个输出行旁边列出日期。我真的想减少调试器中视觉“噪音”的数量,那么如何禁用日期显示?
您可以使用printf()代替NSLog(),但它有点棘手。取自此处,您可以在其中找到更多信息。
printf()
NSLog()