fox.dbg

来自「开放源码的编译器open watcom 1.6.0版的源代码」· DBG 代码 · 共 17 行

DBG
17
字号
* Syntax:       fox <symbol_file_name>
*
* Synopsis:     Setup for debugging a FoxPro External Routine.
*               The symbolic information is in <symbol_file_name>.
*
*               NOTE: Make sure that you have coded a call to BreakPoint()
*                     in your external routine.  This call should be in the
*                     first segment.  When debugging locally under DOS you
*                     may have to use the /DYNAMIC option to increase the
*                     amount of dynamic memory above 40K.
*
* Example:      wd /dynamic=60k foxpro
*               (start external routine)
*               fox hello.plb
*
new/sym <1> CS

⌨️ 快捷键说明

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