📄 debug.cpp
字号:
//********************************************************************
// 日期: 2004/08/24 - 24:8:2004 18:08
// 名前: tiamo
// 描述: debug
//*********************************************************************
#include "Stdafx.h"
// when use checked build,you can modify those vars to control what debug info will be printed
// this control debug info will be printed or not
BOOLEAN g_bDebugEnabled = TRUE;
// this control what level debug info will be printed,only when the level bits are set,and debug is enabled
ULONG g_ulDebugLevel = DBG_INFO | DBG_ERROR | DBG_WARNING;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -