Source position: dbgintfdebuggerbase.pp line 102
type TDBGLocationRec = record
Address: TDBGPtr;
FuncName: string;
SrcFile: string;
SrcFullName: string;
SrcLine: Integer;
end;