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

git-svn-id: branches/fixes_1_6@50931 -
This commit is contained in:
mattias 2015-12-19 11:06:36 +00:00
parent ae4a2ed0cb
commit 0f593869ee

View File

@ -491,7 +491,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