wddoc.gml

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

GML
53
字号
.se trp_majver=1
.se trp_minver=3
.se ovl_majver=3
.se ovl_minver=0
:INCLUDE file='LYTCHG'.
:INCLUDE file='FMTMACRO'.
:INCLUDE file='GMLMACS'.
:INCLUDE file='XDEFS'.
:INCLUDE file='DEFS'.
:INCLUDE file='extra'.
.*
:GDOC.
.*
.if &e'&dohelp eq 0 .do begin
:FRONTM.
:TITLEP.
:TITLE.&company Debugger Interface
:AUTHOR.Originally written by WATCOM International Corp.
:AUTHOR.Revised by Open Watcom contributors
:eTITLEP.
:TOC.
.do end
.*
:BODY.
.*
.if &e'&dohelp eq 1 .do begin
:exhelp
:include file='&book..idx'
:include file='&book..tbl'
:include file='&book..kw'
.do end
.*
.sepsect WATCOM Debugging Information Format VERSION 4.0
.*
:include file='dbg'
.*
.sepsect Debugger Trap File Interface VERSION &trp_majver..&trp_minver.
.*
:include file='trap'
.*
.sepsect Overlay Manager Interface VERSION &ovl_majver..&ovl_minver.
.*
:include file='ovl'
.*
.if &e'&dohelp eq 0 .do begin
:BACKM.
.cd set 2
:INDEX.
.do end
.cd set 1
.cntents end_of_book
:eGDOC.

⌨️ 快捷键说明

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