debug.h
来自「Shadow SDT的应用」· C头文件 代码 · 共 29 行
H
29 行
#pragma once
namespace NGlobalUtils
{
class CDebug
{
public:
CDebug(void);
~CDebug(void);
private:
//
//
//
static TCHAR m_szDebug[4096];
//
//
//
static TCHAR m_szPre[128];
public:
//
// !!! This is Valid in WINCE Platform
// Print Debug Info
//
static void Print(LPCTSTR lpszFormat, ...);
};
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?