reverted last commit

git-svn-id: branches/fixes_2_0@63420 -
This commit is contained in:
martin 2020-06-22 16:15:20 +00:00
parent 067575239e
commit 5797343119

View File

@ -964,9 +964,7 @@ var
begin
Result := False;
if (Debugger = nil) or not(Debugger.State = dsPause) or
(TFpLldbDebugger(Debugger).FDwarfInfo = nil)
then
if (Debugger = nil) or not(Debugger.State = dsPause) then
exit;
Sym:=nil;