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