mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 18:20:42 +02:00
reverted last commit
git-svn-id: branches/fixes_2_0@63420 -
This commit is contained in:
parent
067575239e
commit
5797343119
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user