⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 debug.c

📁 Microsoft MS-DOS6.0 完整源代码
💻 C
字号:
/*** 
*debug.c - utility routines for internal debugging of the interpreter
*
*	Copyright <C> 1986, Microsoft Corporation
*
*Purpose:
*	This module provides general purpose utilities for writing internal
*	debugging and other non-release code for the interpreter.
*
*******************************************************************************/
#include "version.h"

#if !CONTEXT_H
#include "context.h"
#endif

#if !HEAP_H
#include "heap.h"
#endif

#if !TXTMGR_H
#include "txtmgr.h"
#endif

#if !VARIABLE_H
#include "variable.h"
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -