debug.h
来自「十分经典的开源反编译工具」· C头文件 代码 · 共 16 行
H
16 行
// debug.h
//
#ifndef debug_h
#define debug_h
#include "common.h"
//remove comment on line below for debug mode.
//#define DEBUG
#define DEBUGFILE "i:\\borgnew\\debug.txt"
void DebugMessage(char *szFormat,...);
void ShowLastError(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?