From 0f593869eeb7201203fea8b453affe46b8b31e44 Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 19 Dec 2015 11:06:36 +0000 Subject: [PATCH] fpdebug: fixed TDbgWinProcess.Continue to call Windows.ContinueDebugEvent even though aThread invalid git-svn-id: branches/fixes_1_6@50931 - --- components/fpdebug/fpdbgwinclasses.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/components/fpdebug/fpdbgwinclasses.pas b/components/fpdebug/fpdbgwinclasses.pas index e4bd9e7906..be5066842f 100644 --- a/components/fpdebug/fpdbgwinclasses.pas +++ b/components/fpdebug/fpdbgwinclasses.pas @@ -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