mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 20:59:12 +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;
|
procedure ResolveFromDbg;
|
||||||
begin
|
begin
|
||||||
Filename := AUnitinfo.FileName;
|
Filename := AUnitinfo.DbgFullName;
|
||||||
Result := Filename <> '';
|
Result := Filename <> '';
|
||||||
debugln(DBG_LOCATION_INFO, ['ResolveFromDbg Init Filename=', Filename]);
|
debugln(DBG_LOCATION_INFO, ['ResolveFromDbg Init Filename=', Filename]);
|
||||||
if Result then
|
if Result then
|
||||||
|
Loading…
Reference in New Issue
Block a user