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 begin
Result := False; Result := False;
if (Debugger = nil) or not(Debugger.State = dsPause) or if (Debugger = nil) or not(Debugger.State = dsPause) then
(TFpLldbDebugger(Debugger).FDwarfInfo = nil)
then
exit; exit;
Sym:=nil; Sym:=nil;