Source position: dbugmsg.pp line 40
type TDebugMessage = record
MsgType: Integer;
MsgTimeStamp: TDateTime;
Msg: string;
end;