mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +02:00
LazDebuggerFp (pure): do not crash range check
git-svn-id: trunk@44637 -
This commit is contained in:
parent
3937a88b0f
commit
c5160e7364
@ -199,7 +199,9 @@ end;
|
||||
procedure TFpDebugDebugger.FDbgControllerProcessExitEvent(AExitCode: DWord);
|
||||
begin
|
||||
SetExitCode(Integer(AExitCode));
|
||||
{$PUSH}{$R-}
|
||||
DoDbgEvent(ecProcess, etProcessExit, Format('Process exited with exit-code %d',[AExitCode]));
|
||||
{$POP}
|
||||
FreeDebugThread;
|
||||
SetState(dsStop);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user