cwd.cfg

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

CFG
34
字号

;
;Tell CWD where to look for source files. CWD will look in the current DIR first
;and then in any paths specified here. Seperate paths with a ; same as a normal
;PATH statement. This command can be used more than once to append extra paths.
;
SourcePath=d:\lib\cw.asm

;
;Tell CWD what TAB positions to use for source display.
;
SourceTABs=16,22,35,48,61

;
;Tell CWD which keys to use for breaking into the program. Codes are raw
;keyboard scan codes in decimal, upto 4 of them seperated by commas. Don't use
;extended codes (0e0h etc).
;
;Some useful codes:
;
;CTRL	- 29
;ALT	- 56
;
;Built in default is 29,56 (CTRL-ALT).
;
BreakKeys=29,56

;
;Games tend to re-program the timer interrupt with a different value and
;dropping out of a debug session half way through might leave the timer running
;fast so we can tell CWD to reset the timer to its normal value.
;
ResetTimer=YES

⌨️ 快捷键说明

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