mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-07 12:58:25 +02:00
debugger: add safety check
git-svn-id: trunk@42420 -
This commit is contained in:
parent
03f50d973c
commit
35ec9d7384
@ -7809,7 +7809,7 @@ begin
|
|||||||
Exit;
|
Exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if FCurrentCommand.KillNow then begin
|
if (FCurrentCommand <> nil) and FCurrentCommand.KillNow then begin
|
||||||
debugln(DBG_VERBOSE, ['KillNow did stop']);
|
debugln(DBG_VERBOSE, ['KillNow did stop']);
|
||||||
Result := True;
|
Result := True;
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user