在pch中设置如下 、、、 ifdef DEBUG define NSLog(fmt, ...) NSLog((@"%s [Line %d] " fmt), PRETTY_FUNCTION, LINE, ##VA_ARGS) else define NSLog(...) endif 、、、