qt中加入debug信息

在QDebug中原来只有

 

#include "qdebug.h"

现加入

/*

#define
 
_DEBUG
#define
 
qDebug()
 
qDebug()<<"文件["<<__FILE__
 
<<"],第["<<__LINE__<<"]行,函数:["<<__FUNCTION__<<"]"
*/
 

你可能感兴趣的:(function,File,qt)