mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 15:28:14 +02:00
Debugger: Fix GetFullFilename, use cached result. (removed in b29a46c876
)
This commit is contained in:
parent
3a0ab2b96c
commit
26ee30a703
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user