mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 18:16:02 +02:00
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:
parent
ae4a2ed0cb
commit
0f593869ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user