mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 00:28:18 +02:00
Revert r54505 #04365103ff. Issue #31577 must be solved properly later.
git-svn-id: trunk@54546 -
This commit is contained in:
parent
3c525fb548
commit
679a0eb54d
@ -582,7 +582,7 @@ function TDebugManager.GetFullFilename(const AUnitinfo: TDebuggerUnitInfo;
|
||||
|
||||
procedure ResolveFromDbg;
|
||||
begin
|
||||
Filename := AUnitinfo.FileName;
|
||||
Filename := AUnitinfo.DbgFullName;
|
||||
Result := Filename <> '';
|
||||
debugln(DBG_LOCATION_INFO, ['ResolveFromDbg Init Filename=', Filename]);
|
||||
if Result then
|
||||
|
Loading…
Reference in New Issue
Block a user