ngdebugtrace.cpp

来自「ResOrg 图形化管理Vc项目的资源ID的工具的源代码。 ResOrg - 」· C++ 代码 · 共 26 行

CPP
26
字号

// DebugTrace.cpp: implementation file
//


#include "stdafx.h"				// Precompiled header file
#include "NGDebugTrace.h"			// Library header


#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif




/******************************************************************************
 *	Set to enable method tracing
 *
 ******************************************************************************/

#ifdef _DEBUG
	BOOL afxMethodTraceEnabled;
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?