FpDebugger (pure): Show warning when there is no Dwarf-debug information available

git-svn-id: trunk@45843 -
This commit is contained in:
joost 2014-07-12 15:40:00 +00:00
parent c670807110
commit 113cc6e509

View File

@ -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;