fpdebug: fixed TDbgWinProcess.Continue to call Windows.ContinueDebugEvent even though aThread invalid

git-svn-id: trunk@50930 -
This commit is contained in:
mattias 2015-12-19 11:06:19 +00:00
parent cf23ce6dbb
commit bf3d90af8b

View File

@ -498,7 +498,6 @@ begin
begin
if not FThreadMap.HasId(AThread.ID) then begin
AThread.Free;
exit(false);
end else begin
AThread.NextIsSingleStep:=SingleStep;
if SingleStep or assigned(FCurrentBreakpoint) then