cwd.cfg

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

CFG
35
字号
;
; CauseWay CWD debugger configuration file
;
;Tell CWD where to look for source files. CWD will look in the current DIR first
;and then in any paths specified here. Separate paths with a ;, the same as a normal
;PATH statement. SourcePath 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, up to 4 of them separated 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 reprogram the timer interrupt with a different value and
;dropping out of a debug session half-way through might leave the timer running
;fast, so tell CWD to reset the timer to its normal value.
;
ResetTimer=YES

⌨️ 快捷键说明

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