📄 debug.def
字号:
/*
file DEBUG.DEF
This file defines the variable DEBUG, which causes the safer (and slower)
version of the code to be compiled and executed.
Warning : - if you use function 'main' as defined in file 'main.c', you MUST
use the DEBUG compiling option ; otherwise you end up with very
serious execution errors (in methods 'assemble' of classes Skyline
and FloatArray) ;
- if you use function 'main' as defined in file 'main2.c', you
may, or may not, use option DEBUG.
*/
#ifndef DEBUG
#define DEBUG // activate or de-activate this line
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -