mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 21:40:25 +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
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user