📄 prsdebug.c
字号:
/*==========================================================================
*
* Module: prsdebug.c
* Subsystem: Parser
* System: Quick BASIC Interpreter
*
*=========================================================================*/
#include "version.h"
#if !PRSTAB_H
# include "prstab.h"
#endif
#if !QBIMSGS_H
# include "qbimsgs.h"
#endif
#if !PARSER_H
# include "parser.h"
#endif
#if !PSINT_H
# include "psint.h"
#endif
#if !OPCODES_H
# include "opcodes.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -