LazDebuggerFp (pure): do not crash range check

git-svn-id: trunk@44635 -
This commit is contained in:
martin 2014-04-07 16:57:19 +00:00
parent f3e4622b30
commit 8536f38448

View File

@ -198,7 +198,7 @@ end;
procedure TFpDebugDebugger.FDbgControllerProcessExitEvent(AExitCode: DWord); procedure TFpDebugDebugger.FDbgControllerProcessExitEvent(AExitCode: DWord);
begin begin
SetExitCode(AExitCode); SetExitCode(Integer(AExitCode));
DoDbgEvent(ecProcess, etProcessExit, Format('Process exited with exit-code %d',[AExitCode])); DoDbgEvent(ecProcess, etProcessExit, Format('Process exited with exit-code %d',[AExitCode]));
FreeDebugThread; FreeDebugThread;
SetState(dsStop); SetState(dsStop);