|##########| |#MAGIC #|CLABLNFL |#PROJECT #|"ImportHelp" |#PATHS #|"StdProject" |#FLAGS #|-x---x--x----xx----------------- |#USERSW #|-------------------------------- |#USERMASK#|-------------------------------- |#SWITCHES#|xx---xxxxx------ |##########| DEFINITION MODULE Debugger; TYPE DebugProc = RECORD proc, trace, endproc : PROCEDURE(sp : LONGINT;pc : LONGINT); END; CONST DebugConst = DebugProc:(); PROCEDURE Trace; PROCEDURE ProcStart; PROCEDURE ProcEnd; END Debugger.