Debugger: Fix GetFullFilename, use cached result. (removed in b29a46c876 )

This commit is contained in:
Martin 2024-08-13 00:17:37 +02:00
parent 3a0ab2b96c
commit 26ee30a703

View File

@ -866,6 +866,7 @@ begin
if Destroying or (AUnitinfo = nil) then exit;
Filename := AUnitinfo.LocationFullFile;
Result := Filename <> '';
if Result then exit;
if (dlfSearchByFunctionName in AUnitinfo.Flags) and (AUnitinfo.FunctionName<>'')
and FindFullFilenameSrc(AUnitinfo) then