答:Debug类里所提供的函数仅在编译时带#Debug宏参数才奏效,一旦到了Release版本中,这些函数都会被忽略。也就是说Debug类的功能仅在程序员开发的时候能用。而Trace则不同,它能在Release版本的程序中也被运行
What’s the difference between Debug and Trace class? (Debug类与Trace类有什么区别)

阅读 91
收藏 0
点赞 0
评论 0
评论列表
文章目录