mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 22:40:28 +02:00
FpDebugger (pure): Show warning when there is no Dwarf-debug information available
git-svn-id: trunk@45843 -
This commit is contained in:
parent
c670807110
commit
113cc6e509
@ -949,7 +949,9 @@ begin
|
||||
inherited LoadInfo;
|
||||
|
||||
if DbgInfo.HasInfo then
|
||||
FSymInstances.Add(Self);
|
||||
FSymInstances.Add(Self)
|
||||
else
|
||||
Log('No Dwarf-debug information available. The debugger will not function properly.',dllInfo);
|
||||
end;
|
||||
|
||||
function TDbgProcess.GetLastEventProcessIdentifier: THandle;
|
||||
|
Loading…
Reference in New Issue
Block a user