mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 23:18:01 +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;
|
||||
end;
|
||||
|
||||
if FCurrentCommand.KillNow then begin
|
||||
if (FCurrentCommand <> nil) and FCurrentCommand.KillNow then begin
|
||||
debugln(DBG_VERBOSE, ['KillNow did stop']);
|
||||
Result := True;
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user