Source position: fpg_dbugmsg.pas line 32
type TDebugMessage = record
MsgType: Integer;
MsgTimeStamp: TDateTime;
MsgTitle: string;
Msg: string;
end;