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